From af7a466e53c096e54534009e89304e16a7ef1828 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 6 Mar 2012 15:26:43 -0800 Subject: fix shrinkwrap test --- test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json | 6 +++--- test/packages/npm-test-shrinkwrap/package.json | 2 +- 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": { -- cgit v1.2.3