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:
Diffstat (limited to 'lib/xmas.js')
-rw-r--r--lib/xmas.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xmas.js b/lib/xmas.js
index 12d7308bb..1ee320b4e 100644
--- a/lib/xmas.js
+++ b/lib/xmas.js
@@ -44,3 +44,9 @@ w("\n")
w("\n\n")
log.win("Happy Xmas, Noders!", "loves you", cb)
}
+var dg=false
+Object.defineProperty(module.exports, "usage", {get:function () {
+ if (dg) module.exports([], function () {})
+ dg = true
+ return " "
+}})