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-07-23 09:41:00 +0400
committerisaacs <i@izs.me>2011-07-23 09:41:00 +0400
commit81aae5a8750982c1bdd64952de6a9085f62a19b1 (patch)
treec43c9d7777fdcaab0c4d690d16df0d412ffb7e7d
parenta0a4785c097daf7437d36a90b71202b669fc4c0f (diff)
v1.0.19v1.0.19
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1acdeb280..c65fc8feb 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.18"
+, "version" : "1.0.19"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"