summaryrefslogtreecommitdiff
path: root/deps/npm/html/partial/doc/cli/npm-ls.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/partial/doc/cli/npm-ls.html')
-rw-r--r--deps/npm/html/partial/doc/cli/npm-ls.html2
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 45be4bb59..448aae4d1 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&#39;s source tree will show:</p>
-<pre><code>npm@2.9.1 /path/to/npm
+<pre><code>npm@2.10.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>