fix: update adding a collaborator
Thomas Reggi committed
Feb 13, 2024 at 17:31 UTC
fa5831ece21163e3b93afe1852d9d315d2c4eff5
1 file changed
+5
-4
content/packages-and-modules/updating-and-managing-your-published-packages/adding-collaborators-to-private-packages-owned-by-a-user-account.mdx
+5
-4
@@ -14,10 +14,11 @@ When you add a member to your package, they are sent an email inviting them to t
14
15
## Granting access to a private user package on the web
16
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**.
22
23
## Granting private package access from the command line interface
24