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:
authorStephan Bönnemann <stephan@excellenteasy.com>2015-07-21 22:00:56 +0300
committerRebecca Turner <me@re-becca.org>2015-07-24 12:33:39 +0300
commit23348adffc91ce9422fb69d27cab57087ba84ec5 (patch)
tree6500be52b7b42e2d6123879f80905ab90f48ccdf /doc
parente35276d9b3331fa16845068c6d7c4d40a96e9b02 (diff)
docs: document the use of "access" in "publishConfig"
PR-URL: https://github.com/npm/npm/pull/9022
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index cea57e934..472e8a553 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -663,13 +663,13 @@ param at publish-time.
## publishConfig
-This is a set of config values that will be used at publish-time. It's
-especially handy if you want to set the tag or registry, so that you can
-ensure that a given package is not tagged with "latest" or published to
-the global public registry by default.
+This is a set of config values that will be used at publish-time. It's
+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" and
-"registry" probably matter for the purposes of publishing.
+Any config values can be overridden, but of course 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.