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-27 07:10:12 +0400
committerisaacs <i@izs.me>2010-05-27 07:10:12 +0400
commit482264b8a1e2ee532a81f918b23c5db597509984 (patch)
treea48e4beb9f3b5255687b86935aac8990755d0793
parent2583c9ed50462895c6ee1af0890423db8a7eb352 (diff)
bump version to 0.1.13v0.1.13
-rw-r--r--doc/npm.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 79f37ec7e..e06a82832 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -158,7 +158,7 @@ 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
+* 0.1.12 - 0.1.13
Fix the downloading bug that was breaking the tarballs
Update some docs
diff --git a/package.json b/package.json
index 7832a6390..bf8650b70 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.12"
+, "version" : "0.1.13"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Steve Steiner <ssteinerX@gmail.com>"