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-19 20:02:18 +0400
committerisaacs <i@izs.me>2011-07-19 20:02:18 +0400
commite985c2f66da5853a7809addab34b63f636898af7 (patch)
treecb7705a2a3075246ec087bec98a2a33d09f75cad
parent066c3565a91a95ddda0b7bf1f1af96bda180f0d8 (diff)
v1.0.18v1.0.18
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cc3043f25..4ffb8f6ab 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.17"
+, "version" : "1.0.18"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"