Version bump 0.3.5, update depends

This commit is contained in:
RainbowDashDC
2015-02-14 09:44:49 -08:00
parent e91f5b52af
commit e4155c8fed
3 changed files with 21 additions and 21 deletions
+13 -14
View File
@@ -1,30 +1,29 @@
{
"author": "Craig Condon <craig.j.condon@gmail.com>",
"name": "nexe",
"description": "Roll node.s applications into a single executable",
"version": "0.3.4",
"description": "Roll node.js applications into a single executable",
"version": "0.3.5",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
},
"main": "./lib/index.js",
"dependencies": {
"async": "~0.2.10",
"async": "~0.2.6",
"builtins": "0.0.7",
"colors": "~0.6.2",
"glob": "~3.2.9",
"colors": "~1.0.3",
"glob": "~4.3.5",
"mkdirp": "~0.3.5",
"module-deps": "^3.5.4",
"ncp": "~0.2.7",
"module-deps": "^3.6.4",
"ncp": "~1.0.1",
"outcome": "0.0.18",
"progress": "~1.1.3",
"request": "~2.12.0",
"sprintf": "~0.1.3",
"progress": "~1.1.8",
"request": "~2.53.0",
"sprintf": "~0.1.5",
"step": "0.0.x",
"tar.gz": "0.1.1",
"through": "^2.3.4",
"uglify-js": "^2.4.15",
"yargs": "~1.3.1"
"through": "^2.3.6",
"yargs": "~3.0.4"
},
"preferGlobal": "true",
"bin": {
@@ -32,6 +31,6 @@
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~1.17.1"
"mocha": "~2.1.0"
}
}