Skip to content

Commit

Permalink
Updating package.json to add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr committed Aug 11, 2017
1 parent 6e80d13 commit b3e2cb5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "go-npm",
"version": "0.1.6",
"version": "0.1.7",
"description": "Distribute and install Go binaries via NPM",
"main": "index.js",
"bin": "index.js",
"bin": {
"go-npm": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -14,7 +16,10 @@
"request": "^2.81.0",
"tar": "^2.2.1"
},
"bin": {
"go-npm": "./bin/index.js"
}
"repository": {
"type": "git",
"url": "https://github.com/sanathkr/go-npm.git"
},
"homepage": "https://github.com/sanathkr/go-npm"
}

0 comments on commit b3e2cb5

Please sign in to comment.