From eb96fe6e59ac5f727d94d1c52e08647338b847e5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 15 Jul 2020 17:00:33 -0400 Subject: [PATCH] Clarify package name --- make-icons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-icons.js b/make-icons.js index 802a4ec45..73e8ca2d0 100644 --- a/make-icons.js +++ b/make-icons.js @@ -18,7 +18,7 @@ let numIcons = 0; const url = `https://github.com/twbs/icons/archive/v${version}.zip`; // Download the source from GitHub (since not everything is published to NPM) - console.log(chalk.cyan(`\nDownloading and extracting ${version}... 📦\n`)); + console.log(chalk.cyan(`\nDownloading and extracting Bootstrap Icons ${version}... 📦\n`)); await del(['./src/components/icon/icons', './temp']); await download(url, './temp', { extract: true });