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/faq.js')
-rw-r--r--lib/faq.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/faq.js b/lib/faq.js
index 912db0072..c9d88d301 100644
--- a/lib/faq.js
+++ b/lib/faq.js
@@ -1,8 +1,7 @@
-
module.exports = faq
-faq.usage = "npm faq"
+faq.usage = 'npm faq'
-var npm = require("./npm.js")
+var npm = require('./npm.js')
-function faq (args, cb) { npm.commands.help(["faq"], cb) }
+function faq (args, cb) { npm.commands.help(['faq'], cb) }