summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-pack.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/cli/npm-pack.html')
-rw-r--r--deps/npm/html/doc/cli/npm-pack.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/npm/html/doc/cli/npm-pack.html b/deps/npm/html/doc/cli/npm-pack.html
index c3d49981da..5727914b61 100644
--- a/deps/npm/html/doc/cli/npm-pack.html
+++ b/deps/npm/html/doc/cli/npm-pack.html
@@ -11,7 +11,7 @@
<h1><a href="../cli/npm-pack.html">npm-pack</a></h1> <p>Create a tarball from a package</p>
<h2 id="synopsis">SYNOPSIS</h2>
-<pre><code>npm pack [[&lt;@scope&gt;/]&lt;pkg&gt;...]</code></pre><h2 id="description">DESCRIPTION</h2>
+<pre><code>npm pack [[&lt;@scope&gt;/]&lt;pkg&gt;...] [--dry-run]</code></pre><h2 id="description">DESCRIPTION</h2>
<p>For anything that&#39;s installable (that is, a package folder, tarball,
tarball url, name@tag, name@version, name, or scoped name), this
command will fetch it to the cache, and then copy the tarball to the
@@ -20,6 +20,8 @@ the filenames out to stdout.</p>
<p>If the same package is specified multiple times, then the file will be
overwritten the second time.</p>
<p>If no arguments are supplied, then npm packs the current package folder.</p>
+<p>The <code>--dry-run</code> argument will do everything that pack usually does without
+actually packing anything. Reports on what would have gone into the tarball.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../cli/npm-cache.html">npm-cache(1)</a></li>
@@ -40,5 +42,5 @@ overwritten the second time.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-pack &mdash; npm@6.2.0</p>
+<p id="footer">npm-pack &mdash; npm@6.4.1</p>