From af98e76ed96af780b544962aa575585b3fa17b9a Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Fri, 3 Aug 2018 09:07:19 -0700 Subject: [PATCH] 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 --- doc/misc/npm-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md index b7f27d3ad9d54..e2f0a847a2cbf 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