diff options
author | Forrest L Norvell <forrest@npmjs.com> | 2015-02-27 05:39:59 -0800 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2015-02-27 13:39:37 -0500 |
commit | 2a2fe5c4f21149ae4de66e373e1a09d94b3b6bdc (patch) | |
tree | db3251b147618da9a5f3629afabccc8c4d9b0d58 /deps/npm/doc/misc | |
parent | f83d380647bd95fffd4944d371366e5b6b24d97c (diff) | |
download | node-new-2a2fe5c4f21149ae4de66e373e1a09d94b3b6bdc.tar.gz |
deps: upgrade npm to 2.6.1
PR-URL: https://github.com/iojs/io.js/pull/990
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/doc/misc')
-rw-r--r-- | deps/npm/doc/misc/npm-config.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/deps/npm/doc/misc/npm-config.md b/deps/npm/doc/misc/npm-config.md index 96dda6b9f5..7e4c10af29 100644 --- a/deps/npm/doc/misc/npm-config.md +++ b/deps/npm/doc/misc/npm-config.md @@ -243,8 +243,13 @@ If true, then only prints color codes for tty file descriptors. * Default: Infinity * Type: Number -The depth to go when recursing directories for `npm ls` and -`npm cache ls`. +The depth to go when recursing directories for `npm ls`, +`npm cache ls`, and `npm outdated`. + +For `npm outdated`, a setting of `Infinity` will be treated as `0` +since that gives more useful information. To show the outdated status +of all packages and dependents, use a large integer value, +e.g., `npm outdated --depth 9999` ### description |