File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Expand file tree Collapse file tree 3 files changed +22
-22
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
- " 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
- }
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.1 " ,
19
+ "homepage" : " http://aureooms.github.io/js-array/" ,
20
+ "description" : " array manipulation code bricks for JavaScript"
21
+ }
Original file line number Diff line number Diff line change 4
4
"scripts" : [
5
5
" js/dist/array.js"
6
6
],
7
- "version" : " 2.2.0 " ,
7
+ "version" : " 2.2.1 " ,
8
8
"description" : " array manipulation code bricks for JavaScript" ,
9
9
"main" : " js/dist/array.js" ,
10
10
"license" : " AGPL-3.0"
Original file line number Diff line number Diff line change 18
18
"build" : " ./node_modules/.bin/aureooms-node-package-build"
19
19
},
20
20
"dependencies" : {},
21
- "version" : " 2.2.0 " ,
21
+ "version" : " 2.2.1 " ,
22
22
"bugs" : {
23
23
"url" : " https://github.com/aureooms/js-array/issues"
24
24
},
You can’t perform that action at this time.
0 commit comments