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-06-11 22:13:41 +0400
committerisaacs <i@izs.me>2012-06-11 22:13:41 +0400
commit2526b4e62913a2bcb1a8ff45be24334ee48859e5 (patch)
tree8c05de0155e666a1d004a8dd818dce2f126af922 /node_modules/minimatch/package.json
parent2e3ee5e489243d3a5e8e59b8cea27d3a3bd92b67 (diff)
Update minimatch to 0.2.5
Diffstat (limited to 'node_modules/minimatch/package.json')
-rw-r--r--node_modules/minimatch/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json
index 1bcb3d43e..2f2418603 100644
--- a/node_modules/minimatch/package.json
+++ b/node_modules/minimatch/package.json
@@ -6,7 +6,7 @@
},
"name": "minimatch",
"description": "a glob matcher in javascript",
- "version": "0.2.2",
+ "version": "0.2.5",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
@@ -19,7 +19,7 @@
"node": "*"
},
"dependencies": {
- "lru-cache": "~1.0.5"
+ "lru-cache": "~1"
},
"devDependencies": {
"tap": ""
@@ -34,11 +34,11 @@
"name": "isaacs",
"email": "i@izs.me"
},
- "_id": "minimatch@0.2.2",
+ "_id": "minimatch@0.2.5",
"optionalDependencies": {},
"_engineSupported": true,
- "_npmVersion": "1.1.12",
- "_nodeVersion": "v0.7.7-pre",
+ "_npmVersion": "1.1.25",
+ "_nodeVersion": "v0.7.10-pre",
"_defaultsLoaded": true,
- "_from": "minimatch@0"
+ "_from": "minimatch@~0.2"
}