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-11 10:18:00 +0400
committerisaacs <i@izs.me>2013-07-11 10:18:00 +0400
commitcb2288f21ecc15508f51fa8fa512de7d5ac9f04a (patch)
treeaf3a52b13251375f1cc95e6112d5a24c11c5ad16 /node_modules/npmlog
parentf4d31693e73a963574a88000580db1a716fe66f1 (diff)
npmlog@0.0.4
Diffstat (limited to 'node_modules/npmlog')
-rw-r--r--node_modules/npmlog/log.js2
-rw-r--r--node_modules/npmlog/package.json4
-rw-r--r--node_modules/npmlog/test/basic.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/npmlog/log.js b/node_modules/npmlog/log.js
index 752b81eb0..38b7c74ac 100644
--- a/node_modules/npmlog/log.js
+++ b/node_modules/npmlog/log.js
@@ -149,6 +149,6 @@ log.addLevel('silly', -Infinity, { inverse: true }, 'sill')
log.addLevel('verbose', 1000, { fg: 'blue', bg: 'black' }, 'verb')
log.addLevel('info', 2000, { fg: 'green' })
log.addLevel('http', 3000, { fg: 'green', bg: 'black' })
-log.addLevel('warn', 4000, { fg: 'black', bg: 'red' }, 'WARN')
+log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN')
log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!')
log.addLevel('silent', Infinity)
diff --git a/node_modules/npmlog/package.json b/node_modules/npmlog/package.json
index e4e6cf1fa..e46b6e250 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.3",
+ "version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/npmlog.git"
@@ -27,6 +27,6 @@
"bugs": {
"url": "https://github.com/isaacs/npmlog/issues"
},
- "_id": "npmlog@0.0.3",
+ "_id": "npmlog@0.0.4",
"_from": "npmlog@latest"
}
diff --git a/node_modules/npmlog/test/basic.js b/node_modules/npmlog/test/basic.js
index 8b5e7eb42..80c8c3184 100644
--- a/node_modules/npmlog/test/basic.js
+++ b/node_modules/npmlog/test/basic.js
@@ -87,7 +87,7 @@ var resultExpect =
'\u001b[0m',
' ',
'\u001b[0m',
- '\u001b[35m',
+ '\u001b[33m',
'warn prefix',
'\u001b[0m',
' x = {"foo":{"bar":"baz"}}\n',