Skip to content

Commit

Permalink
Update unpublish.mdx
Browse files Browse the repository at this point in the history
Remove mention of moving packages to `npm` org.
  • Loading branch information
monishcm authored and MylesBorins committed Jun 16, 2023
1 parent a195475 commit 3fc3fea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions content/policies/unpublish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ This can be achieved by using one of the following from your command line:

If the entire package is deprecated, the package name will be dropped from our search results.

Once deprecated, if you would also like for the package to be removed from your user profile, it can be [transferred](https://docs.npmjs.com/cli/owner) to our [@npm](https://www.npmjs.com/~npm) account. This can be achieved by using the following from your command line:

- `npm owner add npm <package>`
- `npm owner rm <your_username> <package>`


## More on our unpublish policy

This document is additive to the [unpublish procedures](https://docs.npmjs.com/unpublishing-packages-from-the-registry), the CLI commands [unpublish documentation](https://docs.npmjs.com/cli/unpublish) and the ["Changes to npm Unpublish Policy - January 2020"](https://blog.npmjs.org/post/190553543620/changes-to-npmunpublish-policy-january-2020) blog post.
Expand All @@ -76,4 +70,4 @@ Attribution-ShareAlike
License](https://creativecommons.org/licenses/by-sa/4.0/).

[dmca]: /policies/dmca
[contact]: /policies/privacy#contact
[contact]: /policies/privacy#contact

0 comments on commit 3fc3fea

Please sign in to comment.