Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-10-15 04:44:12 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-10-15 08:25:17 +0300
commit4cd74b0cdc639081fcf292eb9a03dbd93451c7c0 (patch)
treed9468b5cba9a5228ce1a78d58b136048e6a224c1
parent936097620e7317a320c8fb59aea55845e4f22da5 (diff)
nock@2.15.0
- match on incoming request headers - when recording a transaction, allow filtering of request data PR-URL: https://github.com/npm/npm/pull/9981
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e5ee82df9..b60de377b 100644
--- a/package.json
+++ b/package.json
@@ -172,7 +172,7 @@
"estraverse": "~4.1.0",
"marked": "~0.3.5",
"marked-man": "~0.1.5",
- "nock": "~2.13.0",
+ "nock": "~2.15.0",
"npm-registry-couchapp": "~2.6.11",
"npm-registry-mock": "~1.0.1",
"require-inject": "~1.2.1",