diff options
author | isaacs <i@izs.me> | 2012-08-06 19:09:36 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-08-06 19:09:58 -0700 |
commit | f11a3dfcd63f80a6435dbf126faec77a01256326 (patch) | |
tree | fcd1a21a003bcd0f5aee83a784f6074e422748c6 /deps/npm/html/api/update.html | |
parent | 093be8b16bb153d18bfec752d42f8b79a8958800 (diff) | |
download | node-f11a3dfcd63f80a6435dbf126faec77a01256326.tar.gz |
npm: Upgrade to 1.1.48
Fixes an issue with publishing readmes that are not called
'README.md', so that they still end up on the website
Diffstat (limited to 'deps/npm/html/api/update.html')
-rw-r--r-- | deps/npm/html/api/update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/api/update.html b/deps/npm/html/api/update.html index c0cf54f95..95d65e83b 100644 --- a/deps/npm/html/api/update.html +++ b/deps/npm/html/api/update.html @@ -18,7 +18,7 @@ <p>The 'packages' argument is an array of packages to update. The 'callback' parameter will be called when done or when an error occurs.</p> </div> -<p id="footer">update — npm@1.1.47</p> +<p id="footer">update — npm@1.1.48</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |