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:
-rw-r--r--node_modules/npmlog/package.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json
index e46b6e250..ccfc2c128 100644
--- a/node_modules/npmlog/package.json
+++ b/node_modules/npmlog/package.json
@@ -6,7 +6,7 @@
},
"name": "npmlog",
"description": "logger for npm",
- "version": "0.0.4",
+ "version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/npmlog.git"
@@ -16,7 +16,7 @@
"test": "tap test/*.js"
},
"dependencies": {
- "ansi": "~0.1.2"
+ "ansi": "~0.2.1"
},
"devDependencies": {
"tap": ""
@@ -27,6 +27,6 @@
"bugs": {
"url": "https://github.com/isaacs/npmlog/issues"
},
- "_id": "npmlog@0.0.4",
+ "_id": "npmlog@0.0.5",
"_from": "npmlog@latest"
}
diff --git a/package.json b/package.json
index b3dceca02..7be336379 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"uid-number": "0",
"archy": "0",
"chownr": "0",
- "npmlog": "0.0.4",
+ "npmlog": "0.0.5",
"ansi": "~0.2.1",
"npm-registry-client": "~0.2.28",
"read-package-json": "~1.1.3",