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/utils/config/definitions.js')
-rw-r--r--lib/utils/config/definitions.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js
index efc1f72a0..316e73709 100644
--- a/lib/utils/config/definitions.js
+++ b/lib/utils/config/definitions.js
@@ -938,6 +938,7 @@ define('include-staged', {
define('include-workspace-root', {
default: false,
type: Boolean,
+ envExport: false,
description: `
Include the workspace root when workspaces are enabled for a command.
@@ -1605,8 +1606,8 @@ define('registry', {
define('save', {
default: true,
- defaultDescription: `\`true\` unless when using \`npm update\` or
- \`npm dedupe\` where it defaults to \`false\``,
+ defaultDescription: `\`true\` unless when using \`npm update\` where it
+ defaults to \`false\``,
usage: '-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle',
type: Boolean,
short: 'S',