Skip to content

Commit 4314490

Browse files
committed
fix(docs): revert auto-generated portion of docs
The content in this portion of the docs is auto-generated. PR-URL: #3654 Credit: @wraithgar Close: #3654 Reviewed-by: @nlf
1 parent 32e88c9 commit 4314490

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/content/commands/npm-publish.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ If you want your scoped package to be publicly viewable (and installable)
132132
set `--access=public`. The only valid values for `access` are `public` and
133133
`restricted`. Unscoped packages _always_ have an access level of `public`.
134134
135-
Note: Using the `--access` flag on the `npm publish` command will only set
136-
the package access level on the initial publish of the package. Any subsequent `npm publish`
137-
commands using the `--access` flag will not have an effect to the access level.
138-
To make changes to the access level after the initial publish use `npm access`.
139-
140135
#### `dry-run`
141136
142137
* Default: false

0 commit comments

Comments
 (0)