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 'docs/content/commands/npm-pkg.md')
-rw-r--r--docs/content/commands/npm-pkg.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/commands/npm-pkg.md b/docs/content/commands/npm-pkg.md
index 8f6cbecf9..c41f2a76d 100644
--- a/docs/content/commands/npm-pkg.md
+++ b/docs/content/commands/npm-pkg.md
@@ -14,6 +14,8 @@ description: Manages your package.json
npm pkg set <key>=<value> [<key>=<value> ...]
npm pkg get [<key> [<key> ...]]
npm pkg delete <key> [<key> ...]
+npm pkg set [<array>[<index>].<key>=<value> ...]
+npm pkg set [<array>[].<key>=<value> ...]
```
<!-- automatically generated, do not edit manually -->