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/commands/install.js')
-rw-r--r--lib/commands/install.js13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/commands/install.js b/lib/commands/install.js
index 4cda36448..ecc0727a2 100644
--- a/lib/commands/install.js
+++ b/lib/commands/install.js
@@ -34,18 +34,7 @@ class Install extends ArboristWorkspaceCmd {
...super.params,
]
- static usage = [
- '[<@scope>/]<pkg>',
- '[<@scope>/]<pkg>@<tag>',
- '[<@scope>/]<pkg>@<version>',
- '[<@scope>/]<pkg>@<version range>',
- '<alias>@npm:<name>',
- '<folder>',
- '<tarball file>',
- '<tarball url>',
- '<git:// url>',
- '<github username>/<github project>',
- ]
+ static usage = ['[<package-spec> ...]']
async completion (opts) {
const { partialWord } = opts