Upgrade deps

This commit is contained in:
Raymond Feng 2014-02-06 22:28:43 -08:00
parent 417cfef6ec
commit 1e51da1623
1 changed files with 5 additions and 5 deletions

View File

@ -7,15 +7,15 @@
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"pkgcloud": "~0.8.17",
"async": "~0.2.9"
"pkgcloud": "~0.9.0",
"async": "~0.2.10"
},
"devDependencies": {
"express": "~3.4.0",
"express": "~3.4.8",
"loopback": "1.x.x",
"formidable": "~1.0.14",
"mocha": "~1.14.0",
"supertest": "~0.8.1",
"mocha": "~1.17.1",
"supertest": "~0.9.0",
"mkdirp": "~0.3.5"
},
"repository": {