Upgrade `should` to the latest 1.x version

This commit is contained in:
Miroslav Bajtoš 2015-01-23 14:23:58 +01:00
parent 577def97f8
commit f9b0ac482c
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
"node >= 0.6"
],
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.20.1"
"mocha": "~1.20.1",
"should": "^1.3.0"
},
"dependencies": {
"async": "~0.9.0",