doc: clarify unpublish policy (fix #29)
Victor committed
Oct 25, 2022 at 18:24 UTC
d8b16c1493b13b622bb7b77eb21e33e0c115ca1c
1 file changed
+4
-4
content/policies/unpublish.mdx
+4
-4
@@ -15,11 +15,11 @@ For newly created packages, as long as no other packages in the npm Public Regis
15
16
## Packages published more than 72 hours ago
17
18
-Regardless of how long ago a package was published, you can unpublish a package that:
18
+Regardless of how long ago a package was published, you can unpublish a package if all conditions are met:
19
20
-- no other packages in the npm Public Registry depend on
21
-- had less than 300 downloads over the last week
22
-- has a single owner/maintainer
20
+- no other packages in the npm Public Registry depend on it
21
+- it had less than 300 downloads over the last week
22
+- it has a single owner/maintainer
23
24
## How to unpublish
25