Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-26 21:56:02 +0400
committerisaacs <i@izs.me>2010-05-27 04:22:42 +0400
commitd456cafe34e9bc8e33e0a9a188f100f7b8a162b6 (patch)
treed0820e4c85231025805b65fcd545b9a7cc5e9d75
parent46be35894dd41fa17a34164eb2e9c1197ff1e090 (diff)
bump versionv0.1.12
-rw-r--r--doc/npm.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/npm.md b/doc/npm.md
index a649c0c58..79f37ec7e 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -158,6 +158,10 @@ See <http://github.com/isaacs/npm/issues> for current todo list.
Make publish not die when the tarball is big.
"make uninstall" support
+* 0.1.12
+ Fix the downloading bug that was breaking the tarballs
+ Update some docs
+
## SEE ALSO
npm-help(1)
diff --git a/package.json b/package.json
index 8c88aafc5..7832a6390 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.11"
+, "version" : "0.1.12"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Steve Steiner <ssteinerX@gmail.com>"