Skip to content

Commit e4c1fc8

Browse files
v0.2.0
1 parent 6f55d67 commit e4c1fc8

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aureooms-js-gn",
3-
"version": "0.1.1",
4-
"description" : "graphs and networks code bricks for JavaScript",
3+
"version": "0.2.0",
4+
"description": "graphs and networks code bricks for JavaScript",
55
"homepage": "https://aureooms.github.io/js-gn",
66
"license": "AGPL-3.0",
77
"main": "js/dist/gn.js",
@@ -16,4 +16,4 @@
1616
".gitignore",
1717
"README.md"
1818
]
19-
}
19+
}

package.json

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

0 commit comments

Comments
 (0)