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-10 12:59:38 +0400
committerisaacs <i@izs.me>2010-05-10 12:59:38 +0400
commitbefef14c7ed3c59156ffda4937762bc83381ff60 (patch)
tree99be23ff71b4fb73732dd24edc1dee62b82f57b5
parent40122bcd00d2d1e0255a809796c264e72f6b4869 (diff)
Bump versionv0.1.7
I *knew* I was squeezing too much into a single release. Fix a really obnoxious little bug that makes published packages not installable.
-rw-r--r--doc/npm.md2
-rw-r--r--man/npm.12
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 21d2fad5c..9bc2188b0 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -132,7 +132,7 @@ See <http://github.com/isaacs/npm/issues> for current todo list.
* 0.1.4 - 0.1.5:
Fixes for a few more bugs and fix some documentation.
-* 0.1.6:
+* 0.1.6 - 0.1.7:
Add cache functionality
Use couchdb attachments to host tarballs
Handle odd require.paths more appropriately
diff --git a/man/npm.1 b/man/npm.1
index c3af4f0d2..058741f77 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -219,7 +219,7 @@ Use buffer api for file writes, hopefully fix #4
Fixes for a few more bugs and fix some documentation.
.
.TP
-0.1.6
+0.1.6 \- 0.1.7
Add cache functionality
Use couchdb attachments to host tarballs
Handle odd require.paths more appropriately
diff --git a/package.json b/package.json
index 2dc5416c1..eb4afc91e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.6"
+, "version" : "0.1.7"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" : [ "Mikeal Rogers <mikeal.rogers@gmail.com>" ]
, "repository" :