diff options
Diffstat (limited to 'deps/npm/man')
-rw-r--r-- | deps/npm/man/man1/config.1 | 4 | ||||
-rw-r--r-- | deps/npm/man/man1/list.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man1/npm.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man3/npm.3 | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/deps/npm/man/man1/config.1 b/deps/npm/man/man1/config.1 index a67e5acfea..f5e594bebb 100644 --- a/deps/npm/man/man1/config.1 +++ b/deps/npm/man/man1/config.1 @@ -861,6 +861,10 @@ It cannot be set from the command line, but if you are using npm programmatically, you may wish to send logs to somewhere other than stderr\. . +.P +If the \fBcolor\fR config is set to true, then this stream will receive +colored output if it is a TTY\. +. .SS "long" . .IP "\(bu" 4 diff --git a/deps/npm/man/man1/list.1 b/deps/npm/man/man1/list.1 index 7d26e62523..8b55e8d2f0 100644 --- a/deps/npm/man/man1/list.1 +++ b/deps/npm/man/man1/list.1 @@ -29,7 +29,7 @@ For example, running \fBnpm ls promzard\fR in npm\'s source tree will show: .IP "" 4 . .nf -npm@1.1.41 /path/to/npm +npm@1.1.43 /path/to/npm └─┬ init\-package\-json@0\.0\.4 └── promzard@0\.1\.5 . diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index fd3eb006b3..57559c836d 100644 --- a/deps/npm/man/man1/npm.1 +++ b/deps/npm/man/man1/npm.1 @@ -14,7 +14,7 @@ npm <command> [args] .fi . .SH "VERSION" -1.1.41 +1.1.43 . .SH "DESCRIPTION" npm is the package manager for the Node JavaScript platform\. It puts diff --git a/deps/npm/man/man3/npm.3 b/deps/npm/man/man3/npm.3 index 71ba61d327..7a322c33ea 100644 --- a/deps/npm/man/man3/npm.3 +++ b/deps/npm/man/man3/npm.3 @@ -21,7 +21,7 @@ npm\.load(configObject, function (er, npm) { .fi . .SH "VERSION" -1.1.41 +1.1.43 . .SH "DESCRIPTION" This is the API documentation for npm\. |