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-10-24 11:05:51 +0400
committerisaacs <i@izs.me>2013-10-24 11:05:51 +0400
commitea85c6a2812e7e6f82b186824f2429bb2f9e770f (patch)
tree95d613ead475b30ba4c1c27d27988b7713a8b0e5 /node_modules/npmlog
parenta82d6c764075527b8c643229a1745e01e07da0a3 (diff)
npmlog@0.0.5
Diffstat (limited to 'node_modules/npmlog')
-rw-r--r--node_modules/npmlog/package.json6
1 files changed, 3 insertions, 3 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"
}