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:
authorJake Champion <me@jakechampion.name>2020-10-20 14:24:10 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-10-20 21:23:50 +0300
commitae09aa5c1cd150727b05ccfaeaba8d45e5697e50 (patch)
treefbc7c731be264dfb21769175223c68b4c26e99e1 /docs
parentce4724a3835ded9a4a29d8d67323f925461155e5 (diff)
Add --save-peer as a common option to npm install
PR-URL: https://github.com/npm/cli/pull/1993 Credit: @JakeChampion Close: #1993 Reviewed-by: @ruyadorno
Diffstat (limited to 'docs')
-rw-r--r--docs/content/cli-commands/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cli-commands/npm-install.md b/docs/content/cli-commands/npm-install.md
index 5ffb96f68..20ae45850 100644
--- a/docs/content/cli-commands/npm-install.md
+++ b/docs/content/cli-commands/npm-install.md
@@ -24,7 +24,7 @@ npm install <tarball url>
npm install <folder>
aliases: npm i, npm add
-common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
+common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional|--save-peer] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run]
```
### Description