Skip to content

Commit d60041e

Browse files
v4.0.0
1 parent 4db96cb commit d60041e

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"main": "js/dist/splitting.js",
1717
"name": "aureooms-js-splitting",
18-
"version": "3.0.0",
18+
"version": "4.0.0",
1919
"homepage": "http://aureooms.github.io/js-splitting/",
2020
"description": "array splitting code bricks for JavaScript"
2121
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": [
55
"js/dist/splitting.js"
66
],
7-
"version": "3.0.0",
7+
"version": "4.0.0",
88
"description": "array splitting code bricks for JavaScript",
99
"main": "js/dist/splitting.js",
1010
"license": "AGPL-3.0"

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"license": "AGPL-3.0",
3-
"homepage": "http://aureooms.github.io/js-splitting/",
4-
"main": "js/dist/splitting.js",
5-
"name": "aureooms-js-splitting",
6-
"author": "aureooms",
7-
"devDependencies": {
8-
"aureooms-js-array": "^2.2.1",
9-
"aureooms-node-package": "^4.2.5"
10-
},
11-
"scripts": {
12-
"doc": "./node_modules/.bin/groc",
13-
"test": "./node_modules/.bin/aureooms-node-package-test",
14-
"build": "./node_modules/.bin/aureooms-node-package-build"
15-
},
16-
"dependencies": {},
17-
"version": "3.0.0",
18-
"bugs": {
19-
"url": "https://github.com/aureooms/js-splitting/issues"
20-
},
21-
"description": "array splitting code bricks for JavaScript",
22-
"keywords": [
23-
"array",
24-
"bricks",
25-
"ender",
26-
"javascript",
27-
"js",
28-
"split",
29-
"splitting"
30-
],
31-
"repository": {
32-
"type": "git",
33-
"url": "https://github.com/aureooms/js-splitting.git"
34-
},
35-
"spm": {
36-
"main": "js/dist/splitting.js"
37-
}
38-
}
2+
"license": "AGPL-3.0",
3+
"homepage": "http://aureooms.github.io/js-splitting/",
4+
"main": "js/dist/splitting.js",
5+
"name": "aureooms-js-splitting",
6+
"author": "aureooms",
7+
"devDependencies": {
8+
"aureooms-js-array": "^2.2.1",
9+
"aureooms-node-package": "^4.2.5"
10+
},
11+
"scripts": {
12+
"doc": "./node_modules/.bin/groc",
13+
"test": "./node_modules/.bin/aureooms-node-package-test",
14+
"build": "./node_modules/.bin/aureooms-node-package-build"
15+
},
16+
"dependencies": {},
17+
"version": "4.0.0",
18+
"bugs": {
19+
"url": "https://github.com/aureooms/js-splitting/issues"
20+
},
21+
"description": "array splitting code bricks for JavaScript",
22+
"keywords": [
23+
"array",
24+
"bricks",
25+
"ender",
26+
"javascript",
27+
"js",
28+
"split",
29+
"splitting"
30+
],
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/aureooms/js-splitting.git"
34+
},
35+
"spm": {
36+
"main": "js/dist/splitting.js"
37+
}
38+
}

0 commit comments

Comments
 (0)