diff options
author | isaacs <i@izs.me> | 2013-12-17 09:04:19 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-12-17 09:04:30 -0800 |
commit | e10c223eb6b861b8aabb9c062298062e5b85d0d9 (patch) | |
tree | e78fc51432ffd8f4433bf02c7e263f5442071263 /deps/npm/html/doc/cli/npm-pack.html | |
parent | 97738994e0bc2f3255659ca8f27e43a90aa0a24e (diff) | |
download | node-new-e10c223eb6b861b8aabb9c062298062e5b85d0d9.tar.gz |
npm: upgrade to 1.3.20
The 1.3.19 release had a critical bug: any packages published with it
could not be installed, because the shasum would be incorrect.
Thankfully, 1.3.19 was published using 1.3.19, so could not be installed
by any users! However, if it goes out as part of a Node.js release,
then obviously that would be a problem.
Diffstat (limited to 'deps/npm/html/doc/cli/npm-pack.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-pack.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/doc/cli/npm-pack.html b/deps/npm/html/doc/cli/npm-pack.html index b7fc4b0a94..ede3bae740 100644 --- a/deps/npm/html/doc/cli/npm-pack.html +++ b/deps/npm/html/doc/cli/npm-pack.html @@ -29,7 +29,7 @@ overwritten the second time.</p> <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> -<p id="footer">npm-pack — npm@1.3.19</p> +<p id="footer">npm-pack — npm@1.3.20</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |