diff --git a/package.json b/package.json index 814505d..c6bbf2e 100644 --- a/package.json +++ b/package.json @@ -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" } }