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
path: root/doc
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 /doc
parentcf10287c3725b227e3322cfe76682cb4c6854124 (diff)
bump version to 0.1.6v0.1.6
Diffstat (limited to 'doc')
-rw-r--r--doc/npm.md7
1 files changed, 7 insertions, 0 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)