diff options
Diffstat (limited to 'deps/npm/html/partial/doc/cli/npm-ls.html')
-rw-r--r-- | deps/npm/html/partial/doc/cli/npm-ls.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/partial/doc/cli/npm-ls.html b/deps/npm/html/partial/doc/cli/npm-ls.html index be257c5445..07d730ddef 100644 --- a/deps/npm/html/partial/doc/cli/npm-ls.html +++ b/deps/npm/html/partial/doc/cli/npm-ls.html @@ -11,7 +11,7 @@ installed, as well as their dependencies, in a tree-structure.</p> limit the results to only the paths to the packages named. Note that nested packages will <em>also</em> show the paths to the specified packages. For example, running <code>npm ls promzard</code> in npm's source tree will show:</p> -<pre><code>npm@2.11.0 /path/to/npm +<pre><code>npm@2.11.1 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 </code></pre><p>It will print out extraneous, missing, and invalid packages.</p> |