Skip to content

Commit af98e76

Browse files
joebowbeerzkat
authored andcommittedAug 3, 2018
docs: Update --dry-run docs (#34)
Remove publish from list of commands not affected by dry-run PR-URL: #34 Credit: @joebowbeer Reviewed-By: @zkat
1 parent 6e9f04b commit af98e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/misc/npm-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ Install `dev-dependencies` along with packages.
331331
Indicates that you don't want npm to make any changes and that it should
332332
only report what it would have done. This can be passed into any of the
333333
commands that modify your local installation, eg, `install`, `update`,
334-
`dedupe`, `uninstall`. This is NOT currently honored by network related
335-
commands, eg `dist-tags`, `owner`, `publish`, etc.
334+
`dedupe`, `uninstall`. This is NOT currently honored by some network related
335+
commands, eg `dist-tags`, `owner`, etc.
336336

337337
### editor
338338

0 commit comments

Comments
 (0)
Please sign in to comment.