deps: use 0.8-compatible semver in devDependencies

This commit is contained in:
Douglas Christopher Wilson
2014-03-06 13:23:48 -05:00
parent 480fdcc468
commit 90e39a9a4f
+3 -3
View File
@@ -16,9 +16,9 @@
"negotiator": "0.4.2"
},
"devDependencies": {
"connect": "^2.13.0",
"mocha": "^1.17.0",
"should": "^3.0.0",
"connect": ">= 2.13.0 < 3",
"mocha": ">= 1.17.0 < 2",
"should": ">= 3.0.0 < 4",
"supertest": "~0.9.0"
},
"engines": {