From 86f598c502ad5682a3503daeee1847c33c2ac64c Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Tue, 16 Dec 2014 00:04:09 +0000 Subject: [PATCH] Bumps nock and changes its version matching. * Saves us from endless bumps as new nock versions are coming way too often. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01b598c1..5cd733b0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "browserify": "7.x", "jshint": "2.5.x", - "nock": "0.51.x", + "nock": ">=0.51 <1.0", "uglify-js": "2.4.x", "vows": "0.8.x" }, -- 2.34.1