summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-owner.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-owner.md')
-rw-r--r--deps/npm/docs/content/commands/npm-owner.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/deps/npm/docs/content/commands/npm-owner.md b/deps/npm/docs/content/commands/npm-owner.md
index ebc29ef693..c5bace6b2b 100644
--- a/deps/npm/docs/content/commands/npm-owner.md
+++ b/deps/npm/docs/content/commands/npm-owner.md
@@ -6,10 +6,6 @@ description: Manage package owners
### Synopsis
-<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/commands/owner.js -->
-
```bash
npm owner add <user> <package-spec>
npm owner rm <user> <package-spec>
@@ -18,11 +14,6 @@ npm owner ls <package-spec>
alias: author
```
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/commands/owner.js -->
-
-<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
-
Note: This command is unaware of workspaces.
### Description
@@ -46,9 +37,6 @@ on the command line when changing ownership with `--otp`.
### Configuration
-<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
#### `registry`
* Default: "https://registry.npmjs.org/"
@@ -56,9 +44,6 @@ on the command line when changing ownership with `--otp`.
The base URL of the npm registry.
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
#### `otp`
* Default: null
@@ -70,9 +55,6 @@ when publishing or changing package permissions with `npm access`.
If not set, and a registry response fails with a challenge for a one-time
password, npm will prompt on the command line for one.
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
#### `workspace`
* Default:
@@ -95,9 +77,6 @@ brand new workspace within the project.
This value is not exported to the environment for child processes.
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
#### `workspaces`
* Default: null
@@ -116,11 +95,6 @@ _unless_ one or more workspaces are specified in the `workspace` config.
This value is not exported to the environment for child processes.
-<!-- automatically generated, do not edit manually -->
-<!-- see lib/utils/config/definitions.js -->
-
-<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
-
### See Also
* [package spec](/using-npm/package-spec)