From 27762f5d3ffc8f21e1420d546ba80670ca5bb6a3 Mon Sep 17 00:00:00 2001 From: Mehdi Valikhani Date: Wed, 6 May 2015 16:34:51 +1000 Subject: [PATCH] Updates restify peerDependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b6cfae..19ffad1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "./node_modules/.bin/mocha" }, "peerDependencies": { - "restify": "2.6.x - 2.8.x" + "restify": "2.6.x - 3.0.x" }, "devDependencies": { "mocha": "~1.18.2",