diff --git a/.gitignore b/.gitignore index ac747ae..c999ced 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,4 @@ node_modules -.DS_Store -*.nex -src -nexe.exe -nexe npm-debug.log test/**/src test/**/out.nex diff --git a/package.json b/package.json index 24fc6a7..d477c7a 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,6 @@ }, "preferGlobal": true, "bin": { - "nexe": "./bin/nexe" - }, - "devDependencies": { - "nodeunit": "^0.9.1" + "nexe": "bin/nexe" } }