Skip to content

Commit 3b82307

Browse files
v1.0.5
1 parent ae4400d commit 3b82307

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

bower.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "aureooms-js-gn",
3-
"version": "1.0.4",
4-
"description": "graphs and networks code bricks for JavaScript",
5-
"homepage": "https://aureooms.github.io/js-gn",
6-
"license": "AGPL-3.0",
7-
"main": "js/dist/gn.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+
"name": "aureooms-js-gn",
3+
"version": "1.0.5",
4+
"description": "graphs and networks code bricks for JavaScript",
5+
"homepage": "https://aureooms.github.io/js-gn",
6+
"license": "AGPL-3.0",
7+
"main": "js/dist/gn.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
@@ -4,7 +4,7 @@
44
"scripts": [
55
"js/dist/gn.js"
66
],
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"description": "graphs and networks code bricks for JavaScript",
99
"main": "js/dist/gn.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-
"name": "aureooms-js-gn",
3-
"description": "graphs and networks code bricks for JavaScript",
4-
"version": "1.0.4",
5-
"main": "js/dist/gn.js",
6-
"dependencies": {},
7-
"devDependencies": {
8-
"aureooms-js-binomial-heap": "^10.0.0",
9-
"aureooms-js-functools": "^2.0.3",
10-
"aureooms-node-package": "^4.2.5"
11-
},
12-
"scripts": {
13-
"build": "./node_modules/.bin/aureooms-node-package-build",
14-
"test": "./node_modules/.bin/aureooms-node-package-test",
15-
"doc": "./node_modules/.bin/groc"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/aureooms/js-gn.git"
20-
},
21-
"keywords": [
22-
"js",
23-
"javascript",
24-
"algorithm",
25-
"adt",
26-
"template",
27-
"complexity",
28-
"graphs",
29-
"networks",
30-
"gn"
31-
],
32-
"author": "aureooms",
33-
"license": "AGPL-3.0",
34-
"bugs": {
35-
"url": "https://github.com/aureooms/js-gn/issues"
36-
},
37-
"homepage": "https://aureooms.github.io/js-gn"
38-
}
2+
"name": "aureooms-js-gn",
3+
"description": "graphs and networks code bricks for JavaScript",
4+
"version": "1.0.5",
5+
"main": "js/dist/gn.js",
6+
"dependencies": {},
7+
"devDependencies": {
8+
"aureooms-js-binomial-heap": "^10.0.0",
9+
"aureooms-js-functools": "^2.0.3",
10+
"aureooms-node-package": "^4.2.5"
11+
},
12+
"scripts": {
13+
"build": "./node_modules/.bin/aureooms-node-package-build",
14+
"test": "./node_modules/.bin/aureooms-node-package-test",
15+
"doc": "./node_modules/.bin/groc"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/aureooms/js-gn.git"
20+
},
21+
"keywords": [
22+
"js",
23+
"javascript",
24+
"algorithm",
25+
"adt",
26+
"template",
27+
"complexity",
28+
"graphs",
29+
"networks",
30+
"gn"
31+
],
32+
"author": "aureooms",
33+
"license": "AGPL-3.0",
34+
"bugs": {
35+
"url": "https://github.com/aureooms/js-gn/issues"
36+
},
37+
"homepage": "https://aureooms.github.io/js-gn"
38+
}

0 commit comments

Comments
 (0)