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:
authorJeremy Kahn <jeremyckahn@gmail.com>2018-05-16 11:21:18 +0300
committerKat Marchán <kzm@zkat.tech>2018-05-16 11:21:18 +0300
commitb2f14b14ca25203c2317ac2c47366acb50d46e69 (patch)
tree722e6c91c60e32af1ff15d72f5cf46d6e555c507 /doc
parent5ee1384d02c3f11949d7a26ec6322488476babe6 (diff)
docs: Make tone in "publishConfig" docs more neutral (#20629)
PR-URL: https://github.com/npm/npm/pull/20629 Credit: @jeremyckahn Reviewed-By: @iarna
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index e15df11c0..9fa17f746 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -757,8 +757,8 @@ especially handy if you want to set the tag, registry or access, so that
you can ensure that a given package is not tagged with "latest", published
to the global public registry or that a scoped module is private by default.
-Any config values can be overridden, but of course only "tag", "registry" and
-"access" probably matter for the purposes of publishing.
+Any config values can be overridden, but only "tag", "registry" and "access"
+probably matter for the purposes of publishing.
See `npm-config(7)` to see the list of config options that can be
overridden.