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/exec.js')
-rw-r--r--lib/exec.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/exec.js b/lib/exec.js
index d11947483..8c64c2f24 100644
--- a/lib/exec.js
+++ b/lib/exec.js
@@ -35,13 +35,7 @@ class Exec extends BaseCommand {
/* istanbul ignore next - see test/lib/load-all-commands.js */
static get params () {
- return [
- 'package',
- 'call',
- 'workspace',
- 'workspaces',
- 'include-workspace-root',
- ]
+ return ['package', 'call', 'workspace', 'workspaces']
}
/* istanbul ignore next - see test/lib/load-all-commands.js */