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-10-15 05:07:59 +0400
committerisaacs <i@izs.me>2011-10-15 05:07:59 +0400
commitd049d1f78cf0434cfbcc67cc3544cc3ff47edbfe (patch)
tree8f54c17ba5fa67a578a6acda483bb0abd1d03ad1
parent0f7ffc2023e6d551ba0821bc5155cf37268d383f (diff)
v1.0.99v1.0.99
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4e8495519..aab5a244e 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.98"
+, "version" : "1.0.99"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"