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-09-29 05:10:44 +0400
committerisaacs <i@izs.me>2010-09-29 05:10:44 +0400
commit36c8610f16c1b5a1db5c19da17d2c1c7d83a7c59 (patch)
tree8ad53f927aec86ea4a0b3d6c90c23a2c86990997 /package.json
parentad2b1854051f98b630d21e9bdc828aa2092acfa7 (diff)
Bugfix that would break any packages with -h in the name
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 306c57534..47e32545b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.2.3"
+, "version" : "0.2.3-1"
, "homepage" : "http://npmjs.org/"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
, "contributors" :