Skip to content

Commit 23c63ec

Browse files
v6.0.0
1 parent 73fa8ef commit 23c63ec

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

bower.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"description": "sorting code bricks for JavaScript",
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/sort.js",
17-
"name": "aureooms-js-sort",
18-
"license": "AGPL-3.0",
19-
"homepage": "http://aureooms.github.io/js-sort/",
20-
"version": "5.0.4"
21-
}
2+
"description": "sorting code bricks for JavaScript",
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/sort.js",
17+
"name": "aureooms-js-sort",
18+
"license": "AGPL-3.0",
19+
"homepage": "http://aureooms.github.io/js-sort/",
20+
"version": "6.0.0"
21+
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "sorting code bricks for JavaScript",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"repo": "aureooms/js-sort",
55
"scripts": [
66
"js/dist/sort.js"

package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"author": "aureooms",
3-
"scripts": {
4-
"doc": "./node_modules/.bin/groc",
5-
"build": "./node_modules/.bin/aureooms-node-package-build",
6-
"test": "./node_modules/.bin/aureooms-node-package-test"
7-
},
8-
"devDependencies": {
9-
"aureooms-js-array": "^2.2.1",
10-
"aureooms-js-compare": "^1.4.4",
11-
"aureooms-js-functools": "^2.0.3",
12-
"aureooms-js-in-situ-sort-spec": "^6.0.1",
13-
"aureooms-js-itertools": "^1.1.2",
14-
"aureooms-js-random": "^1.0.2",
15-
"aureooms-js-search": "^0.0.4",
16-
"aureooms-node-package": "^4.2.5"
17-
},
18-
"main": "js/dist/sort.js",
19-
"bugs": {
20-
"url": "https://github.com/aureooms/js-sort/issues"
21-
},
22-
"license": "AGPL-3.0",
23-
"homepage": "http://aureooms.github.io/js-sort/",
24-
"description": "sorting code bricks for JavaScript",
25-
"dependencies": {},
26-
"keywords": [
27-
"bricks",
28-
"javascript",
29-
"js",
30-
"order",
31-
"sort",
32-
"sorting"
33-
],
34-
"name": "aureooms-js-sort",
35-
"repository": {
36-
"url": "https://github.com/aureooms/js-sort.git",
37-
"type": "git"
38-
},
39-
"version": "5.0.4",
40-
"spm": {
41-
"main": "js/dist/sort.js"
42-
}
43-
}
2+
"author": "aureooms",
3+
"scripts": {
4+
"doc": "./node_modules/.bin/groc",
5+
"build": "./node_modules/.bin/aureooms-node-package-build",
6+
"test": "./node_modules/.bin/aureooms-node-package-test"
7+
},
8+
"devDependencies": {
9+
"aureooms-js-array": "^2.2.1",
10+
"aureooms-js-compare": "^1.4.4",
11+
"aureooms-js-functools": "^2.0.3",
12+
"aureooms-js-in-situ-sort-spec": "^6.0.1",
13+
"aureooms-js-itertools": "^1.1.2",
14+
"aureooms-js-random": "^1.0.2",
15+
"aureooms-js-search": "^0.0.4",
16+
"aureooms-node-package": "^4.2.5"
17+
},
18+
"main": "js/dist/sort.js",
19+
"bugs": {
20+
"url": "https://github.com/aureooms/js-sort/issues"
21+
},
22+
"license": "AGPL-3.0",
23+
"homepage": "http://aureooms.github.io/js-sort/",
24+
"description": "sorting code bricks for JavaScript",
25+
"dependencies": {},
26+
"keywords": [
27+
"bricks",
28+
"javascript",
29+
"js",
30+
"order",
31+
"sort",
32+
"sorting"
33+
],
34+
"name": "aureooms-js-sort",
35+
"repository": {
36+
"url": "https://github.com/aureooms/js-sort.git",
37+
"type": "git"
38+
},
39+
"version": "6.0.0",
40+
"spm": {
41+
"main": "js/dist/sort.js"
42+
}
43+
}

0 commit comments

Comments
 (0)