From f6c5ae28036f6b1cbdcaf63a1b8e749eb7591285 Mon Sep 17 00:00:00 2001 From: nguyenchr Date: Wed, 21 Dec 2016 09:55:05 +1100 Subject: [PATCH] Update restify peer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a581c7c..c2a1a97 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "./node_modules/.bin/mocha" }, "peerDependencies": { - "restify": "2.6.x - 4.1.x" + "restify": "2.6.x - 4.3.x" }, "devDependencies": { "mocha": "~3.1.0",