npm: fix version issue, and don't bundle src in builds

This commit is contained in:
Jared Allard
2016-01-22 14:51:16 -08:00
parent 53daa903ea
commit c1e7416644
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
node_modules
test/**/src
test/**/*.exe
test/**/*.nexe
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "nexe",
"description": "create single executables out of your [node/io].js applications",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"contributors": [
{
"name": "Criag Condon",