From 834d44e0e471827933ff5b1dc45b86d0184514ac Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 12 Jun 2023 16:22:20 -0400 Subject: [PATCH] npm --- cspell.json | 1 - scripts/make-icons.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index e9be0135..7c19f825 100644 --- a/cspell.json +++ b/cspell.json @@ -148,7 +148,6 @@ "textareas", "textfield", "tinycolor", - "TLDR", "transitionend", "treeitem", "Triaging", diff --git a/scripts/make-icons.js b/scripts/make-icons.js index f43dc41a..e7312c4b 100644 --- a/scripts/make-icons.js +++ b/scripts/make-icons.js @@ -23,7 +23,7 @@ const url = `https://github.com/twbs/icons/archive/v${version}.zip`; try { await fs.stat(`${srcPath}/LICENSE.md`); } catch { - // Download the source from GitHub (since not everything is published to NPM) + // Download the source from GitHub (since not everything is published to npm) await download(url, './.cache/icons', { extract: true }); }