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>2011-08-08 03:30:12 +0400
committerisaacs <i@izs.me>2011-08-08 03:30:12 +0400
commit5b97aae2aaac063a7ede43c48d6e7a0bd9b009ff (patch)
tree25a7d75b34ca8c3d2596501eef5d6f7a97bf583d /package.json
parent7e30fcac8d5c862d4075d2dc570dbcc0dc7dbb00 (diff)
v1.0.23
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 30617dbb9..2ca8aaa05 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "keywords" : [ "package manager", "modules", "install", "package.json" ]
-, "version" : "1.0.22"
+, "version" : "1.0.23"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"