Skip to content

Commit fa5831e

Browse files
authored
fix: update adding a collaborator
1 parent 43a7735 commit fa5831e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/packages-and-modules/updating-and-managing-your-published-packages/adding-collaborators-to-private-packages-owned-by-a-user-account.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ When you add a member to your package, they are sent an email inviting them to t
1414

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

17-
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>`
18-
2. On the package page, under "Collaborators", click **+**.
19-
3. Enter the npm username of the collaborator.
20-
4. Click **Submit**.
17+
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>`.
18+
2. On the package page, click the "Settings" tab.
19+
3. Go to the "Invite maintainer" section.
20+
4. Enter the npm username of the collaborator.
21+
5. Click **Invite**.
2122

2223
## Granting private package access from the command line interface
2324

0 commit comments

Comments
 (0)