Deduce bin installation path

This commit is contained in:
Sanath Kumar Ramesh
2017-08-10 22:37:54 -07:00
parent 7a2120067b
commit 0c3ff082cb
2 changed files with 115 additions and 38 deletions

View File

@@ -6,9 +6,6 @@
"scripts": {
"install": "go-npm"
},
"bin": {
"anyCommandNameYouLike": "./bin/myBinaryName"
},
"goBinary": {
"name": "myBinaryName",
"path": "./bin",