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 11:59:48 +0400
committerisaacs <i@izs.me>2010-05-10 11:59:48 +0400
commit4644fb1d355b1abc10003f9f5478270d53f3d5b6 (patch)
treefbce5b0d44641898d348a4aa37c68a0cff986a3a
parentcf10287c3725b227e3322cfe76682cb4c6854124 (diff)
bump version to 0.1.6v0.1.6
-rw-r--r--doc/npm.md7
-rw-r--r--man/npm.18
-rw-r--r--package.json2
3 files changed, 16 insertions, 1 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 7bfa0d466..21d2fad5c 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -132,6 +132,13 @@ 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:
+ Add cache functionality
+ Use couchdb attachments to host tarballs
+ Handle odd require.paths more appropriately
+ Don't break on install if the man path is missing
+ Support publishing or installing a folder or local tarball
+
## SEE ALSO
npm-help(1)
diff --git a/man/npm.1 b/man/npm.1
index bb751967d..c3af4f0d2 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -218,6 +218,14 @@ Use buffer api for file writes, hopefully fix #4
0.1.4 \- 0.1.5
Fixes for a few more bugs and fix some documentation.
.
+.TP
+0.1.6
+Add cache functionality
+Use couchdb attachments to host tarballs
+Handle odd require.paths more appropriately
+Don't break on install if the man path is missing
+Support publishing or installing a folder or local tarball
+.
.SH "SEE ALSO"
npm\-help(1)
.
diff --git a/package.json b/package.json
index 9dc681bfb..2dc5416c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.5"
+, "version" : "0.1.6"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" : [ "Mikeal Rogers <mikeal.rogers@gmail.com>" ]
, "repository" :