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-03-27 10:57:13 +0400
committerisaacs <i@izs.me>2012-03-27 11:17:36 +0400
commit826c7e31a0e726a51552bef9ae007455019c38ab (patch)
tree692f38618573ae9a5c03636bb2ec137d6a7678c7 /package.json
parent41daac7ac6535191fdfabd0c045adac35183b8bb (diff)
bundle fstream-npm
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 988f9761c..14e9a50e0 100644
--- a/package.json
+++ b/package.json
@@ -53,8 +53,8 @@
"mkdirp": "0.3",
"read": "0",
"lru-cache": "1",
- "node-gyp": "~0.3.4",
- "fstream-npm": "0.0.1"
+ "node-gyp": "~0.3.7",
+ "fstream-npm": "0.0"
},
"bundleDependencies": [
"slide",
@@ -77,7 +77,8 @@
"fast-list",
"read",
"lru-cache",
- "node-gyp"
+ "node-gyp",
+ "fstream-npm"
],
"devDependencies": {
"ronn": "https://github.com/isaacs/ronnjs/tarball/master"