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:
authorisaacs <i@izs.me>2012-03-07 03:26:43 +0400
committerisaacs <i@izs.me>2012-03-07 03:26:43 +0400
commitaf7a466e53c096e54534009e89304e16a7ef1828 (patch)
tree6d238739a66eb943545fba8912741c925ea44ae7
parent6cda571679632c35f468c805afeb7722d7c7b647 (diff)
fix shrinkwrap test
-rw-r--r--test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json6
-rw-r--r--test/packages/npm-test-shrinkwrap/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json b/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
index c4f7fbf81..27553c181 100644
--- a/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
+++ b/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
@@ -7,11 +7,11 @@
"from": "https://raw.github.com/gist/1837112/index.js"
},
"glob": {
- "version": "3.1.4",
- "from": "git://github.com/isaacs/node-glob.git",
+ "version": "3.1.5",
+ "from": "git://github.com/isaacs/node-glob.git#npm-test",
"dependencies": {
"minimatch": {
- "version": "0.2.0",
+ "version": "0.2.1",
"dependencies": {
"lru-cache": {
"version": "1.0.5"
diff --git a/test/packages/npm-test-shrinkwrap/package.json b/test/packages/npm-test-shrinkwrap/package.json
index 34a8abc21..b2684a123 100644
--- a/test/packages/npm-test-shrinkwrap/package.json
+++ b/test/packages/npm-test-shrinkwrap/package.json
@@ -4,7 +4,7 @@
"version": "0.0.0",
"dependencies": {
"npm-test-single-file": "https://raw.github.com/gist/1837112/index.js",
- "glob": "git://github.com/isaacs/node-glob.git",
+ "glob": "git://github.com/isaacs/node-glob.git#npm-test",
"minimatch": "~0.1.0"
},
"scripts": {