From 69b1c687943cd1acfe9f94c4e56b3a0560d899d0 Mon Sep 17 00:00:00 2001 From: Daeraxa <58074586+Daeraxa@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:24:06 +0100 Subject: [PATCH] update unpublishing wording --- src/unpublish.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/unpublish.js b/src/unpublish.js index d1a18738..ee25b5ca 100644 --- a/src/unpublish.js +++ b/src/unpublish.js @@ -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 => {