Skip to content

Commit c066c54

Browse files
v3.0.5
1 parent 17db1f4 commit c066c54

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

bower.json

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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
],
77
"description": "playground for algorithmic code bricks in JavaScript",
88
"license": "AGPL-3.0",
9-
"version": "3.0.4",
9+
"version": "3.0.5",
1010
"repo": "aureooms/js-algo"
1111
}

package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "aureooms-js-algo",
3-
"description": "playground for algorithmic code bricks in JavaScript",
4-
"homepage": "https://aureooms.github.io/js-algo",
5-
"main": "js/dist/algo.js",
6-
"version": "3.0.4",
7-
"repository": {
8-
"url": "https://github.com/aureooms/js-algo.git",
9-
"type": "git"
10-
},
11-
"keywords": [
12-
"adt",
13-
"algorithm",
14-
"complexity",
15-
"ender",
16-
"javascript",
17-
"js",
18-
"template"
19-
],
20-
"scripts": {
21-
"build": "./node_modules/.bin/aureooms-node-package-build",
22-
"test": "./node_modules/.bin/aureooms-node-package-test",
23-
"doc": "./node_modules/.bin/groc"
24-
},
25-
"author": "aureooms",
26-
"devDependencies": {
27-
"aureooms-js-array": "^3.1.0",
28-
"aureooms-js-compare": "^1.4.3",
29-
"aureooms-js-functools": "^2.0.3",
30-
"aureooms-js-itertools": "^1.3.0",
31-
"aureooms-js-operator": "^1.0.2",
32-
"aureooms-js-partition": "^7.0.0",
33-
"aureooms-js-random": "^1.0.1",
34-
"aureooms-js-selection": "^8.0.1",
35-
"aureooms-js-sort": "^6.0.0",
36-
"aureooms-js-splitting": "^4.0.2",
37-
"aureooms-node-package": "^5.0.2"
38-
},
39-
"bugs": {
40-
"url": "https://github.com/aureooms/js-algo/issues"
41-
},
42-
"dependencies": {},
43-
"license": "AGPL-3.0",
44-
"spm": {
45-
"main": "js/dist/algo.js"
46-
}
47-
}
2+
"name": "aureooms-js-algo",
3+
"description": "playground for algorithmic code bricks in JavaScript",
4+
"homepage": "https://aureooms.github.io/js-algo",
5+
"main": "js/dist/algo.js",
6+
"version": "3.0.5",
7+
"repository": {
8+
"url": "https://github.com/aureooms/js-algo.git",
9+
"type": "git"
10+
},
11+
"keywords": [
12+
"adt",
13+
"algorithm",
14+
"complexity",
15+
"ender",
16+
"javascript",
17+
"js",
18+
"template"
19+
],
20+
"scripts": {
21+
"build": "./node_modules/.bin/aureooms-node-package-build",
22+
"test": "./node_modules/.bin/aureooms-node-package-test",
23+
"doc": "./node_modules/.bin/groc"
24+
},
25+
"author": "aureooms",
26+
"devDependencies": {
27+
"aureooms-js-array": "^3.1.0",
28+
"aureooms-js-compare": "^1.4.3",
29+
"aureooms-js-functools": "^2.0.3",
30+
"aureooms-js-itertools": "^1.3.0",
31+
"aureooms-js-operator": "^1.0.2",
32+
"aureooms-js-partition": "^7.0.0",
33+
"aureooms-js-random": "^1.0.1",
34+
"aureooms-js-selection": "^8.0.1",
35+
"aureooms-js-sort": "^6.0.0",
36+
"aureooms-js-splitting": "^4.0.2",
37+
"aureooms-node-package": "^5.0.2"
38+
},
39+
"bugs": {
40+
"url": "https://github.com/aureooms/js-algo/issues"
41+
},
42+
"dependencies": {},
43+
"license": "AGPL-3.0",
44+
"spm": {
45+
"main": "js/dist/algo.js"
46+
}
47+
}

0 commit comments

Comments
 (0)