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:
authorForrest L Norvell <forrest@npmjs.com>2015-03-06 05:25:01 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-06 05:25:01 +0300
commit8885c4dfb618f2838930b5c5149abea300a762d6 (patch)
tree4b427f2c56e22dc06f90c578884719f89030f56e /package.json
parent2abc3ee08f0cabc4e7bfd7b973c0b59dc44715ff (diff)
rimraf@2.3.1
* Glob arguments for better Windows support. * Handle bad symlinks properly. * Make maxBusyTries and emfileWait configurable * Also upgrade to glob@4.4.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1ec2b779c..99a4ebe9d 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"fstream-npm": "~1.0.1",
"github-url-from-git": "~1.4.0",
"github-url-from-username-repo": "~1.0.2",
- "glob": "~4.4.1",
+ "glob": "~4.4.2",
"graceful-fs": "~3.0.5",
"inflight": "~1.0.4",
"inherits": "~2.0.1",
@@ -84,7 +84,7 @@
"realize-package-specifier": "~1.3.0",
"request": "~2.53.0",
"retry": "~0.6.1",
- "rimraf": "~2.2.8",
+ "rimraf": "~2.3.1",
"semver": "~4.3.1",
"sha": "~1.3.0",
"slide": "~1.1.6",