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-03-22 01:28:21 +0300
committerisaacs <i@izs.me>2011-03-22 01:56:48 +0300
commita07c3cf581382c33f3e7a06c9638730582f1fc02 (patch)
tree7551ca3b6b890551bb5c0004cb80e52bb0a22312 /package.json
parent0b6fe8c9f9ef5ad18ce8ab9188395f138a117ac7 (diff)
also allow setting tag by a 'tag' param in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 334aa9f55..c914b80fd 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "keywords" : [ "package manager", "modules", "install", "package.json" ]
-, "version" : "1.0.0"
-, "private" : true
+, "version" : "1.0.0-0-rc"
+, "tag" : "rc"
, "homepage" : "http://npmjs.org/"
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
, "contributors" :