nexe: vbump / remove devdepends

This commit is contained in:
Jared Allard
2015-06-26 15:30:02 -07:00
parent e6e49bbbd9
commit 882c838cb5
+2 -5
View File
@@ -2,7 +2,8 @@
"author": "Craig Condon <craig.j.condon@gmail.com>",
"name": "nexe",
"description": "Roll node.js applications into a single executable",
"version": "0.3.8",
"license": "MIT",
"version": "0.3.9",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
@@ -28,9 +29,5 @@
"preferGlobal": "true",
"bin": {
"nexe": "./bin/nexe"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~2.1.0"
}
}