bump dev deps

This commit is contained in:
Jonathan Ong 2014-03-23 04:02:05 -07:00
parent 52cb57cc7e
commit 184cb0b3d9
2 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,7 @@ HEAD
* fix: overwriting of `content-type` w/ `HEAD` requests * fix: overwriting of `content-type` w/ `HEAD` requests
* refactor: use statuses * refactor: use statuses
* refactor: use escape-html * refactor: use escape-html
* bump dev deps
0.5.1 / 2014-03-06 0.5.1 / 2014-03-06
================== ==================

View file

@ -36,9 +36,9 @@
"only": "0.0.2" "only": "0.0.2"
}, },
"devDependencies": { "devDependencies": {
"should": "~3.1.0", "should": "^3.1.0",
"mocha": "~1.17.0", "mocha": "^1.17.0",
"supertest": "~0.9.0" "supertest": "~0.10.0"
}, },
"engines": { "engines": {
"node": ">= 0.11.9" "node": ">= 0.11.9"