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:
authorDylan Greene <dylang@gmail.com>2014-01-25 00:52:48 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2014-02-07 08:34:06 +0400
commit3cbf381fc70989d69574fb8ae1ee479809a11c6f (patch)
tree9cc9bb5429c3cc6a8fcda01a1fdf05e3030e4780 /doc/misc/npm-coding-style.md
parent2f608fae949e199d471a64732bf79d25d8019487 (diff)
Replace references to isaacs/npm with npm/npm.
Diffstat (limited to 'doc/misc/npm-coding-style.md')
-rw-r--r--doc/misc/npm-coding-style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-coding-style.md b/doc/misc/npm-coding-style.md
index e9333d0ec..b6a4a620f 100644
--- a/doc/misc/npm-coding-style.md
+++ b/doc/misc/npm-coding-style.md
@@ -133,7 +133,7 @@ string message to the callback. Stack traces are handy.
## Logging
-Logging is done using the [npmlog](https://github.com/isaacs/npmlog)
+Logging is done using the [npmlog](https://github.com/npm/npmlog)
utility.
Please clean up logs when they are no longer helpful. In particular,