diff options
author | isaacs <i@izs.me> | 2014-05-05 18:20:40 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2014-05-05 18:20:40 -0700 |
commit | 120f7cf55fb977a145dca0ed840ea5a07730da05 (patch) | |
tree | d71ec93330b3e2514c144fa212579158bf5e3b3a /deps/npm/html/doc/cli/npm-pack.html | |
parent | 00890e43fb935c8bc5dc150f0f2c96bc465d8a4d (diff) | |
download | node-new-120f7cf55fb977a145dca0ed840ea5a07730da05.tar.gz |
npm: upgrade to 1.4.10
* Don't set referer if already set
* fetch: Send referer and npm-session headers
* run-script: Support --parseable and --json
* list runnable scripts (Evan Lucas)
* Use marked instead of ronn for html docs
Diffstat (limited to 'deps/npm/html/doc/cli/npm-pack.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-pack.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/deps/npm/html/doc/cli/npm-pack.html b/deps/npm/html/doc/cli/npm-pack.html index c89022672d..9d6b56b109 100644 --- a/deps/npm/html/doc/cli/npm-pack.html +++ b/deps/npm/html/doc/cli/npm-pack.html @@ -10,27 +10,26 @@ <div id="wrapper"> <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 [<pkg> [<pkg> ...]]</code></pre> - -<h2 id="DESCRIPTION">DESCRIPTION</h2> - +<h2 id="synopsis">SYNOPSIS</h2> +<pre><code>npm pack [<pkg> [<pkg> ...]] +</code></pre><h2 id="description">DESCRIPTION</h2> <p>For anything that's installable (that is, a package folder, tarball, tarball url, name@tag, name@version, or name), this command will fetch it to the cache, and then copy the tarball to the current working directory as <code><name>-<version>.tgz</code>, and then write 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> +<h2 id="see-also">SEE ALSO</h2> +<ul> +<li><a href="../cli/npm-cache.html">npm-cache(1)</a></li> +<li><a href="../cli/npm-publish.html">npm-publish(1)</a></li> +<li><a href="../cli/npm-config.html">npm-config(1)</a></li> +<li><a href="../misc/npm-config.html">npm-config(7)</a></li> +<li><a href="../files/npmrc.html">npmrc(5)</a></li> +</ul> -<h2 id="SEE-ALSO">SEE ALSO</h2> - -<ul><li><a href="../cli/npm-cache.html">npm-cache(1)</a></li><li><a href="../cli/npm-publish.html">npm-publish(1)</a></li><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npmrc.html">npmrc(5)</a></li></ul> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> @@ -42,5 +41,5 @@ overwritten the second time.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-pack — npm@1.4.9</p> +<p id="footer">npm-pack — npm@1.4.10</p> |