From 4314490f96b3af4ce0dcbd37802874e59e5601d1 Mon Sep 17 00:00:00 2001 From: Gar Date: Mon, 16 Aug 2021 07:38:21 -0700 Subject: [PATCH] fix(docs): revert auto-generated portion of docs The content in this portion of the docs is auto-generated. PR-URL: https://github.com/npm/cli/pull/3654 Credit: @wraithgar Close: #3654 Reviewed-by: @nlf --- docs/content/commands/npm-publish.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/content/commands/npm-publish.md b/docs/content/commands/npm-publish.md index 9eb060a78be29..0d25d7d29da8d 100644 --- a/docs/content/commands/npm-publish.md +++ b/docs/content/commands/npm-publish.md @@ -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