summaryrefslogtreecommitdiff
path: root/deps/npm/doc/misc
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-02-27 05:39:59 -0800
committercjihrig <cjihrig@gmail.com>2015-02-27 13:39:37 -0500
commit2a2fe5c4f21149ae4de66e373e1a09d94b3b6bdc (patch)
treedb3251b147618da9a5f3629afabccc8c4d9b0d58 /deps/npm/doc/misc
parentf83d380647bd95fffd4944d371366e5b6b24d97c (diff)
downloadnode-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.md9
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