npm: continue the attempts to figure out why bin isnt included
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
*.nex
|
||||
src
|
||||
nexe.exe
|
||||
nexe
|
||||
npm-debug.log
|
||||
test/**/src
|
||||
test/**/out.nex
|
||||
|
||||
+1
-4
@@ -46,9 +46,6 @@
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
"nexe": "./bin/nexe"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": "^0.9.1"
|
||||
"nexe": "bin/nexe"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user