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:
authorRobert Kowalski <rok@kowalski.gd>2015-02-05 03:29:16 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-06 10:10:39 +0300
commit0e8d4736a1cbdda41ae8eba8a02c7ff7ce80c2ff (patch)
tree856f16e7566ed399bfd09a3614621880c01b1e9b /package.json
parentbca3085fb106c5e1545d53fab3cffce7b809a646 (diff)
npm-registry-mock@1.0.0
* npm-registry-mock now sets `connection: close` for registry requests to complement change to `npm-registry-client` that sets `connection: keep-alive` by default * functions that talk to hock are now 'plugins' instead of overloading mocks * mock responses are no longer deserialized on receiving side * callback passed to mock-registry now follows error-first convention closes npm/npm-registry-mock#25
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa4f557e5..c699af3f5 100644
--- a/package.json
+++ b/package.json
@@ -169,7 +169,7 @@
"marked-man": "~0.1.4",
"nock": "~0.59.0",
"npm-registry-couchapp": "~2.6.2",
- "npm-registry-mock": "~0.6.3",
+ "npm-registry-mock": "~1.0.0",
"require-inject": "~1.1.0",
"tap": "~0.5.0"
},