@@ -7,7 +7,7 @@ redirect_from:
77
88import shared from ' ~/shared.js'
99
10- As an organization owner or team admin , you can add or remove package access to or from teams in your organization.
10+ As an organization owner or package maintainer , you can add or remove package access to or from teams in your organization.
1111
1212## Adding package access to a team
1313
@@ -47,7 +47,7 @@ As an organization owner or team admin, you can add or remove package access to
4747
4848### Adding package access to a team using the CLI
4949
50- As an organization owner or team admin , you can use the CLI ` access ` command to add package access to a team on the command line:
50+ As an organization owner or package maintainer , you can use the CLI ` access ` command to add package access to a team on the command line:
5151
5252```
5353npm access grant <read-only|read-write> <org:team> [<package>]
@@ -85,7 +85,7 @@ For more information, see "[npm-access][access-cli]".
8585
8686### Removing package access from a team using the CLI
8787
88- As an organization owner or team admin , you can also use the CLI ` access ` command to revoke package access from a team on the command line:
88+ As an organization owner or package maintainer , you can also use the CLI ` access ` command to revoke package access from a team on the command line:
8989
9090```
9191npm access revoke <org:team> [<package>]
@@ -123,7 +123,7 @@ For more information, see "[npm-access][access-cli]".
123123
124124### Changing package access for a team from the CLI
125125
126- As an organization owner or team admin , you can change package access for a team from the command line:
126+ As an organization owner or package maintainer , you can change package access for a team from the command line:
127127
128128```
129129npm access
0 commit comments