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
path: root/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-03-04 05:57:40 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:48 +0300
commitdf76a8d1472ced2457b38498660f292d49eb861f (patch)
tree81cb4c45ddceadbfa5cd0281434ea791690b03ef /npm.js
parent2bd2a78bc0158ad6422755f1c2fd79b0e0c94310 (diff)
add unbuild to command list
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index f5082571c..0a76810f0 100644
--- a/npm.js
+++ b/npm.js
@@ -95,6 +95,7 @@ var commandCache = {}
, "set"
, "get"
, "xmas"
+ , "unbuild"
]
, plumbing = [ "build"
, "update-dependents"