mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 12:33:24 +00:00
Updating package.json to add github link
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
},
|
||||
@@ -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"
|
||||
}
|
||||
➜
|
||||
|
||||
Reference in New Issue
Block a user