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/publish.js')
-rw-r--r--lib/publish.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/publish.js b/lib/publish.js
index 32e70129f..9c747eb50 100644
--- a/lib/publish.js
+++ b/lib/publish.js
@@ -36,15 +36,7 @@ class Publish extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get params () {
- return [
- 'tag',
- 'access',
- 'dry-run',
- 'otp',
- 'workspace',
- 'workspaces',
- 'include-workspace-root',
- ]
+ return ['tag', 'access', 'dry-run', 'otp', 'workspace', 'workspaces']
}
/* istanbul ignore next - see test/lib/load-all-commands.js */