Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Aug 4, 2015
1 parent 33c5e55 commit b5aec34
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"README.md"
],
"main": "js/dist/graph-indexed.js",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://aureooms.github.io/js-graph-indexed/",
"license": "AGPL-3.0",
"description": "indexed graph code bricks for JavaScript",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "aureooms/js-graph-indexed",
"description": "indexed graph code bricks for JavaScript",
"version": "0.0.1",
"version": "0.0.2",
"license": "AGPL-3.0",
"main": "js/dist/graph-indexed.js",
"scripts": [
Expand Down
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-graph-indexed.git"
},
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/graph-indexed.js"
},
"bugs": {
"url": "https://github.com/aureooms/js-graph-indexed/issues"
},
"name": "aureooms-js-graph-indexed",
"devDependencies": {
"aureooms-js-adjacency-list": "^2.0.1",
"aureooms-js-adjacency-matrix": "^2.0.1",
"aureooms-js-dll": "^6.0.9",
"aureooms-js-graph-spec": "^1.0.1",
"aureooms-node-package": "^4.2.5"
},
"scripts": {
"doc": "./node_modules/.bin/groc",
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build"
},
"main": "js/dist/graph-indexed.js",
"version": "0.0.1",
"homepage": "http://aureooms.github.io/js-graph-indexed/",
"description": "indexed graph code bricks for JavaScript",
"keywords": [
"bricks",
"edge",
"edges",
"ender",
"graph",
"graphs",
"index",
"indexed",
"javascript",
"js",
"vertex",
"vertices"
],
"author": "aureooms"
}
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-graph-indexed.git"
},
"license": "AGPL-3.0",
"spm": {
"main": "js/dist/graph-indexed.js"
},
"bugs": {
"url": "https://github.com/aureooms/js-graph-indexed/issues"
},
"name": "aureooms-js-graph-indexed",
"devDependencies": {
"aureooms-js-adjacency-list": "^2.0.1",
"aureooms-js-adjacency-matrix": "^2.0.1",
"aureooms-js-dll": "^6.0.9",
"aureooms-js-graph-spec": "^1.0.1",
"aureooms-node-package": "^4.2.5"
},
"scripts": {
"doc": "./node_modules/.bin/groc",
"test": "./node_modules/.bin/aureooms-node-package-test",
"build": "./node_modules/.bin/aureooms-node-package-build"
},
"main": "js/dist/graph-indexed.js",
"version": "0.0.2",
"homepage": "http://aureooms.github.io/js-graph-indexed/",
"description": "indexed graph code bricks for JavaScript",
"keywords": [
"bricks",
"edge",
"edges",
"ender",
"graph",
"graphs",
"index",
"indexed",
"javascript",
"js",
"vertex",
"vertices"
],
"author": "aureooms"
}

0 comments on commit b5aec34

Please sign in to comment.