From: Jakub Pawlowicz Date: Tue, 16 Dec 2014 00:04:09 +0000 (+0000) Subject: Bumps nock and changes its version matching. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=86f598c502ad5682a3503daeee1847c33c2ac64c;p=clean-css.git Bumps nock and changes its version matching. * Saves us from endless bumps as new nock versions are coming way too often. --- 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" },