npm: continue the attempts to figure out why bin isnt included

This commit is contained in:
Jared Allard
2016-01-29 11:38:38 -08:00
parent 4d8a1849e8
commit 6273bd2e9a
2 changed files with 1 additions and 9 deletions
-5
View File
@@ -1,9 +1,4 @@
node_modules
.DS_Store
*.nex
src
nexe.exe
nexe
npm-debug.log
test/**/src
test/**/out.nex
+1 -4
View File
@@ -46,9 +46,6 @@
},
"preferGlobal": true,
"bin": {
"nexe": "./bin/nexe"
},
"devDependencies": {
"nodeunit": "^0.9.1"
"nexe": "bin/nexe"
}
}