Skip to content

Commit 083053d

Browse files
update bower.json
1 parent 5728366 commit 083053d

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

bower.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"license": "AGPL-3.0",
3-
"ignore": [
4-
"js/index.js",
5-
"js/src",
6-
"test",
7-
"pkg.json",
8-
"package.json",
9-
".groc.json",
10-
".travis.yml",
11-
".gitignore",
12-
"README.md"
13-
],
14-
"main": "js/dist/array.js",
15-
"name": "aureooms-js-array",
16-
"version": "2.2.0",
17-
"homepage": "http://aureooms.github.io/js-array/",
18-
"description": "array manipulation code bricks for JavaScript"
19-
}
2+
"license": "AGPL-3.0",
3+
"ignore": [
4+
"js/index.js",
5+
"js/src",
6+
"test",
7+
"pkg.json",
8+
"package.json",
9+
".groc.json",
10+
".travis.yml",
11+
".gitignore",
12+
"README.md",
13+
"inch.json",
14+
".codeclimate.yml"
15+
],
16+
"main": "js/dist/array.js",
17+
"name": "aureooms-js-array",
18+
"version": "2.2.0",
19+
"homepage": "http://aureooms.github.io/js-array/",
20+
"description": "array manipulation code bricks for JavaScript"
21+
}

0 commit comments

Comments
 (0)