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:
-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>"