diff options
author | isaacs <i@izs.me> | 2012-08-06 13:07:31 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-06 13:07:31 -0700 |
commit | caf69aa91a94c7c05574afc9fcc97f45aa8d5ea5 (patch) | |
tree | 1718d7bf764945e67deeae5758de67b9203d5c27 /deps/npm/html/api/pack.html | |
parent | 9badc002b4b109b237466c14de08278ef9be1e90 (diff) | |
download | node-new-caf69aa91a94c7c05574afc9fcc97f45aa8d5ea5.tar.gz |
npm: Upgrade to 1.1.47
Diffstat (limited to 'deps/npm/html/api/pack.html')
-rw-r--r-- | deps/npm/html/api/pack.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/api/pack.html b/deps/npm/html/api/pack.html index 58e1730467..72fde9f2e0 100644 --- a/deps/npm/html/api/pack.html +++ b/deps/npm/html/api/pack.html @@ -14,7 +14,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2> -<p>For anything that's installable (that is, a package folder, tarball, +<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 @@ -25,7 +25,7 @@ overwritten the second time.</p> <p>If no arguments are supplied, then npm packs the current package folder.</p> </div> -<p id="footer">pack — npm@1.1.46</p> +<p id="footer">pack — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |