Update restify and peerDependency

This commit is contained in:
Sara 2016-06-20 16:01:28 +10:00
parent 7b0201958e
commit 8791893158

View file

@ -19,12 +19,12 @@
"test": "./node_modules/.bin/mocha"
},
"peerDependencies": {
"restify": "2.6.x - 4.0.x"
"restify": "2.6.x - 4.1.x"
},
"devDependencies": {
"mocha": "~1.18.2",
"should": "~3.3.1",
"restify": "~4.0.3",
"restify": "~4.1.1",
"supertest": "~0.12.0"
}
}