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>2014-06-06 10:22:27 +0400
committerisaacs <i@izs.me>2014-06-06 10:22:27 +0400
commit57ac974e9bc88bc546a1a6b39810c28ad2423319 (patch)
tree56ede59195673a21d108b498cac2e668289a081b /node_modules/node-gyp
parentc535eddf307110eb60eee4f6add706a29b165a68 (diff)
Update glob and things depending on glob
Diffstat (limited to 'node_modules/node-gyp')
-rw-r--r--node_modules/node-gyp/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/node-gyp/package.json b/node_modules/node-gyp/package.json
index 223e87b4b..01be42b4d 100644
--- a/node_modules/node-gyp/package.json
+++ b/node_modules/node-gyp/package.json
@@ -27,7 +27,7 @@
},
"main": "./lib/node-gyp.js",
"dependencies": {
- "glob": "3",
+ "glob": "3 || 4",
"graceful-fs": "2",
"fstream": "0",
"minimatch": "0",