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>2011-08-07 03:11:43 +0400
committerisaacs <i@izs.me>2011-08-07 03:13:59 +0400
commitef527392dc3a6a66b43de14c9f13355003f50617 (patch)
treecfc94f55883eec86360f475a1d9550aacdb1dbb4 /package.json
parent80c18b73f0e1a5f411efa4dbf8db97363da1ddc8 (diff)
Add rimraf submodule
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6aeb94e36..27a0dc9e7 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,8 @@
, "graceful-fs" : "1"
, "minimatch" : "0"
, "nopt" : "1"
- , "node-uuid" : "1.2" }
+ , "node-uuid" : "1.2"
+ , "rimraf" : "1" }
, "bundleDependencies" :
[ "slide"
, "semver"