Skip to content

Commit

Permalink
chore: we need access restricted to delete packages
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 14, 2021
1 parent d9d0d98 commit bfe2016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/unpublish.sh
@@ -1,9 +1,9 @@
# bash ./access.sh restricted $1
bash ./access.sh restricted $1

bash ./deprecate.sh "$1" "$2" "The version $2 of the package @leanup/$1 is no longer maintained and will be removed from the registry shortly. Instead, please switch to a newer, well-maintained version."

echo
echo npm unpublish --force "@leanup/$1@$2"
npm unpublish --force "@leanup/$1@$2"

# bash ./access.sh public $1
bash ./access.sh public $1

0 comments on commit bfe2016

Please sign in to comment.