Skip to content

Commit

Permalink
fix: update adding a collaborator
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Feb 13, 2024
1 parent 43a7735 commit fa5831e
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -14,10 +14,11 @@ When you add a member to your package, they are sent an email inviting them to t

## Granting access to a private user package on the web

1. On the [npm website][npmjs-com], go to the package to which you want to add a collaborator: `https://www.npmjs.com/package/<your-package-name>`
2. On the package page, under "Collaborators", click **+**.
3. Enter the npm username of the collaborator.
4. Click **Submit**.
1. On the [npm website][npmjs-com], go to the package to which you want to add a collaborator: `https://www.npmjs.com/package/<your-package-name>`.
2. On the package page, click the "Settings" tab.
3. Go to the "Invite maintainer" section.
4. Enter the npm username of the collaborator.
5. Click **Invite**.

## Granting private package access from the command line interface

Expand Down

0 comments on commit fa5831e

Please sign in to comment.