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-22 23:14:47 +0400
committerisaacs <i@izs.me>2013-07-22 23:15:03 +0400
commit786e06ef81265351c73f2395b0f6dbdb5a5f01c8 (patch)
tree7d0c15aa644a07b874d3a22ceb09407af1803e2a /node_modules/read-installed
parent349b6983bdefdbc634efbca0b54bdb8c9ff71965 (diff)
Bump many deps for graceful-fs@2 upgrade
Diffstat (limited to 'node_modules/read-installed')
-rw-r--r--node_modules/read-installed/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/read-installed/package.json b/node_modules/read-installed/package.json
index c76887427..4eb4502a7 100644
--- a/node_modules/read-installed/package.json
+++ b/node_modules/read-installed/package.json
@@ -1,7 +1,7 @@
{
"name": "read-installed",
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
- "version": "0.2.2",
+ "version": "0.2.3",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/read-installed"
@@ -14,10 +14,10 @@
"semver": "2",
"slide": "~1.1.3",
"read-package-json": "1",
- "graceful-fs": "~1.2.0"
+ "graceful-fs": "~2"
},
"optionalDependencies": {
- "graceful-fs": "~1.2.0"
+ "graceful-fs": "~2"
},
"author": {
"name": "Isaac Z. Schlueter",
@@ -29,6 +29,6 @@
"bugs": {
"url": "https://github.com/isaacs/read-installed/issues"
},
- "_id": "read-installed@0.2.2",
+ "_id": "read-installed@0.2.3",
"_from": "read-installed@latest"
}