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/link.js')
-rw-r--r--lib/link.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/link.js b/lib/link.js
index 9aad6dc1d..fe9cfd3a6 100644
--- a/lib/link.js
+++ b/lib/link.js
@@ -13,6 +13,11 @@ const reifyFinish = require('./utils/reify-finish.js')
const BaseCommand = require('./base-command.js')
class Link extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
+ static get description () {
+ return 'Symlink a package folder'
+ }
+
+ /* istanbul ignore next - see test/lib/load-all-commands.js */
static get name () {
return 'link'
}