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-08 21:49:53 +0400
committerisaacs <i@izs.me>2010-06-08 21:51:09 +0400
commit0a198e6ead56eac09033be21635a7f45e569b64f (patch)
treef2a67e22cf089863450d611ebc67540c2c85ffe1
parentc0c0994b40895635256a252cc003c9060c19f377 (diff)
bump version for regressionv0.1.15
-rw-r--r--doc/npm.md2
-rw-r--r--man/npm.12
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 150361eb9..de087137a 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -162,7 +162,7 @@ See <http://github.com/isaacs/npm/issues> for current todo list.
Fix the downloading bug that was breaking the tarballs
Update some docs
-* 0.1.14:
+* 0.1.14 - 0.1.15:
Fix to stay in sync with node changes
Put a special tag on link installs
Modify semver comparison slightly
diff --git a/man/npm.1 b/man/npm.1
index 04c4cc808..0286883b1 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -279,7 +279,7 @@ Better tracking of ownership on the registry.
Update some docs
.
.TP
-0.1.14
+0.1.14 \- 0.1.15
Fix to stay in sync with node changes
.
.br
diff --git a/package.json b/package.json
index ab200ad6e..ebb0959a2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.1.14"
+, "version" : "0.1.15"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Steve Steiner <ssteinerX@gmail.com>"