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>2013-07-24 07:46:54 +0400
committerisaacs <i@izs.me>2013-07-24 07:46:54 +0400
commitef6a53a50425b47ff227172ba7b621a1594e7f06 (patch)
tree3423520447b91170cbbf36e4f141e9835281cdf3 /node_modules/fstream
parent9a8bc875e93371f2ffc5b5365d2f5d477377ca18 (diff)
bump all deps to use inherits@2
Diffstat (limited to 'node_modules/fstream')
-rw-r--r--node_modules/fstream/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/fstream/package.json b/node_modules/fstream/package.json
index 109e89507..de35a630f 100644
--- a/node_modules/fstream/package.json
+++ b/node_modules/fstream/package.json
@@ -6,7 +6,7 @@
},
"name": "fstream",
"description": "Advanced file system stream things",
- "version": "0.1.23",
+ "version": "0.1.24",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream.git"
@@ -19,7 +19,7 @@
"rimraf": "2",
"mkdirp": "0.3",
"graceful-fs": "~2.0.0",
- "inherits": "~1.0.0"
+ "inherits": "~2.0.0"
},
"devDependencies": {
"tap": ""
@@ -33,6 +33,6 @@
"bugs": {
"url": "https://github.com/isaacs/fstream/issues"
},
- "_id": "fstream@0.1.23",
+ "_id": "fstream@0.1.24",
"_from": "fstream@latest"
}