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-06-16 11:43:34 +0400
committerisaacs <i@izs.me>2010-06-16 11:43:34 +0400
commit89a6de51eaea139d012b7e70c3680418f4e76362 (patch)
tree08753ee262b8c615793f862ab81761e6ea5190a4
parente5ed4ed332225f0894d5e171ebddfa7a747920ac (diff)
Bump versionv0.1.17
-rw-r--r--doc/npm.md3
-rw-r--r--man/npm.14
-rw-r--r--package.json2
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/npm.md b/doc/npm.md
index a7909c9ed..45c503ff0 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -171,6 +171,9 @@ See <http://github.com/isaacs/npm/issues> for current todo list.
Handle thrown errors
Handle .npmignore
+* 0.1.17:
+ Bug fixing and stabilization.
+
## SEE ALSO
npm-help(1)
diff --git a/man/npm.1 b/man/npm.1
index 311066939..cecb343b4 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -300,6 +300,10 @@ Better tracking of ownership on the registry.
.br
Handle .npmignore
.
+.TP
+0.1.17
+Bug fixing and stabilization.
+.
.SH "SEE ALSO"
npm\-help(1)
.
diff --git a/package.json b/package.json
index c252950e3..247ddb6d5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.16"
+, "version" : "0.1.17"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Steve Steiner <ssteinerX@gmail.com>"