Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koustuvsinha committed Oct 12, 2016
1 parent 5767420 commit bec4cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "networkjs",
"version": "0.0.2",
"version": "0.0.3",
"description": "NetworkX Clone in JavaScript",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"chai": "^3.5.0",
"mocha": "^3.1.0"
},
"repository" :{
"type" : "git",
"url" : "https://github.com/koustuvsinha/networkjs"
"repository": {
"type": "git",
"url": "https://github.com/koustuvsinha/networkjs"
},
"bin": {
"networkjs": "./lib/index.js"
Expand Down

0 comments on commit bec4cc8

Please sign in to comment.