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

Commit

Permalink
Add to the todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 4, 2010
1 parent 8d99e91 commit 6e06d90
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions doc/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ opinions.
* Ability to talk to more than one registry at a time.
* Abbrev support on the CLI commands
* A bash-completion script
* chmod 0755 the bins automatically
* Use buffers to download tarballs, instead of the "binary" encoding.
* When the tarball is downloaded, save it to .tmp/name/ver/package.tgz,
instead of some random garbage filename.


## Version History

Expand Down
19 changes: 14 additions & 5 deletions man/npm.1
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,16 @@ Abbrev support on the CLI commands
.IP "\(bu" 4
A bash\-completion script
.
.IP "\(bu" 4
chmod 0755 the bins automatically
.
.IP "\(bu" 4
Use buffers to download tarballs, instead of the "binary" encoding.
.
.IP "\(bu" 4
When the tarball is downloaded, save it to .tmp/name/ver/package.tgz,
instead of some random garbage filename.
.
.IP "" 0
.
.SH "Version History"
Expand Down Expand Up @@ -281,7 +291,7 @@ push to beta
.
.IP "" 0
.
.SS "0.1.0"
.SS "0.1.0 \- 0.1.2"
.
.IP "\(bu" 4
push to beta, and announce
Expand All @@ -295,11 +305,10 @@ reduce reliance on makefile
.IP "\(bu" 4
documentation updates
.
.IP "" 0
.
.SS "0.1.1"
.IP "\(bu" 4
Fixed DOA bugs
.
.IP "\(bu" 4
Fixed 2 DOA bugs in 0.1.0
Removed dependence on ronn
.
.IP "" 0

0 comments on commit 6e06d90

Please sign in to comment.