Skip to content

Commit

Permalink
Merge pull request #90 from Daeraxa/unpublish-wording
Browse files Browse the repository at this point in the history
Update unpublishing wording
  • Loading branch information
confused-Techie authored Sep 5, 2023
2 parents e9065b4 + 69b1c68 commit 0223f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unpublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ name is specified.\
} else {
question = `Are you sure you want to unpublish ALL VERSIONS of '${packageLabel}'? ` +
"This will remove it from the ppm registry, including " +
"download counts and stars, and this action is irreversible. (no)";
"download counts and stars, and will render the package " +
"name permanently unusable. This action is irreversible. (no)";
}

return this.prompt(question, answer => {
Expand Down

0 comments on commit 0223f66

Please sign in to comment.