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/bin.js')
-rw-r--r--lib/bin.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bin.js b/lib/bin.js
index b0acefef9..23098b670 100644
--- a/lib/bin.js
+++ b/lib/bin.js
@@ -2,6 +2,10 @@ const envPath = require('./utils/path.js')
const BaseCommand = require('./base-command.js')
class Bin extends BaseCommand {
+ static get description () {
+ return 'Display npm bin folder'
+ }
+
static get name () {
return 'bin'
}