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-04-28 11:15:46 +0400
committerisaacs <i@izs.me>2011-04-28 11:15:46 +0400
commit0101ce4018050dc12324b9a1517b6b789d460a4a (patch)
treeb6df7b60ca57921d84cbdecea6dfc10cf274d05a /npm.js
parent948d76f84b5e836ea92fe6787904de21905e0a04 (diff)
hide easter egg
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/npm.js b/npm.js
index b0bafc0ca..9a78c0bc4 100644
--- a/npm.js
+++ b/npm.js
@@ -107,7 +107,6 @@ var commandCache = {}
, "explore"
, "docs"
, "faq"
- , "xmas"
, "root"
, "prefix"
, "bin"
@@ -122,6 +121,7 @@ var commandCache = {}
]
, plumbing = [ "build"
, "unbuild"
+ , "xmas"
]
, fullList = npm.fullList = cmdList.concat(aliasNames).filter(function (c) {
return plumbing.indexOf(c) === -1