Navigation Menu

Skip to content

Commit

Permalink
docs: Update --dry-run docs (#34)
Browse files Browse the repository at this point in the history
Remove publish from list of commands not affected by dry-run

PR-URL: #34
Credit: @joebowbeer
Reviewed-By: @zkat
  • Loading branch information
joebowbeer authored and zkat committed Aug 3, 2018
1 parent 6e9f04b commit af98e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/misc/npm-config.md
Expand Up @@ -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

Expand Down

0 comments on commit af98e76

Please sign in to comment.