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
path: root/docs
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-03-25 00:07:13 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-25 00:07:13 +0300
commitda87f21a4b69f769892d57ed332ab6e423f9f45d (patch)
treeae3683bec8a95fe4fd5f247d134d3aea445156fc /docs
parent200bee74b31a738687446b7b535cac67b1c582fd (diff)
chore(docs): update prod config
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index 6bbe58d91..c701a361a 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -185,7 +185,7 @@ registry and all registries configured for scopes. See the documentation for
#### `audit-level`
* Default: null
-* Type: "low", "moderate", "high", "critical", "none", or null
+* Type: "info", "low", "moderate", "high", "critical", "none", or null
The minimum level of vulnerability for `npm audit` to exit with a non-zero
exit code.
@@ -1459,8 +1459,8 @@ Alias for --include=optional or --omit=optional
#### `production`
-* Default: false
-* Type: Boolean
+* Default: null
+* Type: null or Boolean
* DEPRECATED: Use `--omit=dev` instead.
Alias for `--omit=dev`