From 1a8eade536e7e9d6b72b69141486f159b3be24b1 Mon Sep 17 00:00:00 2001 From: Vick Vu Date: Tue, 1 Dec 2015 17:34:27 +1100 Subject: [PATCH] Updates restify peerDependency to 4.x --- .travis.yml | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ccba3f..86705c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - "0.10" + - "4.2" script: "npm test" cache: directories: diff --git a/package.json b/package.json index a3e79b9..df41141 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "test": "./node_modules/.bin/mocha" }, "peerDependencies": { - "restify": "2.6.x - 3.0.x" + "restify": "2.6.x - 4.0.x" }, "devDependencies": { "mocha": "~1.18.2", "should": "~3.3.1", - "restify": "~2.6.0", + "restify": "~4.0.3", "supertest": "~0.12.0" } }