Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 10, 2010
1 parent cf10287 commit 4644fb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 8 additions & 0 deletions man/npm.1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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" :
Expand Down

0 comments on commit 4644fb1

Please sign in to comment.