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/doc
diff options
context:
space:
mode:
authorJoe Bowbeer <joe.bowbeer@gmail.com>2018-08-03 19:07:19 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-03 19:07:19 +0300
commitaf98e76ed96af780b544962aa575585b3fa17b9a (patch)
tree22e205fb35fdbf532c1faf048552fdcfc54bf324 /doc
parent6e9f04b0baed007169d4e0c341f097cf133debf7 (diff)
docs: Update --dry-run docs (#34)
Remove publish from list of commands not affected by dry-run PR-URL: https://github.com/npm/cli/pull/34 Credit: @joebowbeer Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index b7f27d3ad..e2f0a847a 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -331,8 +331,8 @@ Install `dev-dependencies` along with packages.
Indicates that you don't want npm to make any changes and that it should
only report what it would have done. This can be passed into any of the
commands that modify your local installation, eg, `install`, `update`,
-`dedupe`, `uninstall`. This is NOT currently honored by network related
-commands, eg `dist-tags`, `owner`, `publish`, etc.
+`dedupe`, `uninstall`. This is NOT currently honored by some network related
+commands, eg `dist-tags`, `owner`, etc.
### editor