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/access.js')
-rw-r--r--lib/access.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/access.js b/lib/access.js
index 3020719a7..3df611e56 100644
--- a/lib/access.js
+++ b/lib/access.js
@@ -20,6 +20,10 @@ const subcommands = [
]
class Access extends BaseCommand {
+ static get description () {
+ return 'Set access level on published packages'
+ }
+
static get name () {
return 'access'
}