File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments