Skip to content

Commit

Permalink
Bower added
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Dec 9, 2018
1 parent 5116881 commit 917b10a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Ignoring Node modules.
node_modules/

# Ignoring the source code.
src/

# Ignoring bower.
bower.json

# Ignoring gulp.
gulpfile.js

# Ignoring git files.
.gitattributes
.gitignore
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "translatejs",
"description": "A simple javascript library for translating web content.",
"main": "",
"authors": [
"EOussama"
],
"license": "MIT",
"keywords": [
"translate",
"javascript-library",
"text-translation",
"node-package"
],
"homepage": "https://github.com/EOussama/translatejs",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src"
]
}
2 changes: 1 addition & 1 deletion docs/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: translatejs
* @version: 1.0.0
* @version: 2.0.0
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/translatejs
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: translatejs
* @version: 1.0.0
* @version: 2.0.0
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/translatejs
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@name: translatejs
@version: 1.0.0
@version: 2.0.0
@author: EOussama
@license MIT
@source: https://github.com/EOussama/translatejs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translatejs",
"version": "1.0.0",
"version": "2.0.0",
"description": "A simple javascript library for translating web content.",
"scripts": {
"build": "npx gulp"
Expand Down
2 changes: 1 addition & 1 deletion src/translate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* @name: translatejs
* @version: 1.0.0
* @version: 2.0.0
* @author: EOussama
* @license MIT
* @source: https://github.com/EOussama/translatejs
Expand Down

0 comments on commit 917b10a

Please sign in to comment.