remove async and superagent from dev deps

This commit is contained in:
Girish Ramakrishnan
2015-11-11 15:46:15 -08:00
parent 15f686fc69
commit 0ebe6bde3d

View File

@@ -25,14 +25,12 @@
"superagent": "^0.21.0"
},
"devDependencies": {
"async": "https://registry.npmjs.org/async/-/async-0.9.0.tgz",
"commander": "^2.8.1",
"expect.js": "^0.3.1",
"istanbul": "^0.3.5",
"lodash": "^3.2.0",
"mocha": "^2.1.0",
"nock": "^0.59.1",
"superagent": "https://registry.npmjs.org/superagent/-/superagent-0.21.0.tgz",
"supererror": "^0.7.0",
"yesno": "0.0.1"
},