Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: Revert "advise use of --depth Infinity instead of --depth 9999"
Browse files Browse the repository at this point in the history
This reverts commit b463e34.

PR-URL: #11762
Fixes: #11726
Credit: @GriffinSchneider
Reviewed-By: @iarna
  • Loading branch information
GriffinSchneider authored and iarna committed Mar 10, 2016
1 parent 611070f commit 6fb0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli/npm-update.md
Expand Up @@ -22,7 +22,7 @@ or local) will be updated.

As of `npm@2.6.1`, the `npm update` will only inspect top-level packages.
Prior versions of `npm` would also recursively inspect all dependencies.
To get the old behavior, use `npm --depth Infinity update`.
To get the old behavior, use `npm --depth 9999 update`.

## EXAMPLES

Expand Down

0 comments on commit 6fb0499

Please sign in to comment.