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>2010-12-08 05:26:14 +0300
committerisaacs <i@izs.me>2010-12-08 05:26:14 +0300
commit210c6ba1d8b3c01da4dbb04938a1d573c90d4098 (patch)
tree03b7df0a388bcac9f9c2b53f1cc6f302ad524116 /npm.js
parentfa19ba4fce29d368b8c924a41feeef4dae5958d8 (diff)
make "faq" a command
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 143fdd280..3ee18acae 100644
--- a/npm.js
+++ b/npm.js
@@ -85,6 +85,7 @@ var commandCache = {}
, "edit"
, "explore"
, "docs"
+ , "faq"
]
, plumbing = [ "build"
, "update-dependents"