Skip to content

Commit

Permalink
fix(docs): revert auto-generated portion of docs
Browse files Browse the repository at this point in the history
The content in this portion of the docs is auto-generated.

PR-URL: #3654
Credit: @wraithgar
Close: #3654
Reviewed-by: @nlf
  • Loading branch information
wraithgar committed Aug 17, 2021
1 parent 32e88c9 commit 4314490
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/content/commands/npm-publish.md
Expand Up @@ -132,11 +132,6 @@ If you want your scoped package to be publicly viewable (and installable)
set `--access=public`. The only valid values for `access` are `public` and
`restricted`. Unscoped packages _always_ have an access level of `public`.
Note: Using the `--access` flag on the `npm publish` command will only set
the package access level on the initial publish of the package. Any subsequent `npm publish`
commands using the `--access` flag will not have an effect to the access level.
To make changes to the access level after the initial publish use `npm access`.
#### `dry-run`
* Default: false
Expand Down

0 comments on commit 4314490

Please sign in to comment.