From 627253d538fd269834e02dcb6ffa11209559fe32 Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Tue, 18 Apr 2023 18:47:26 +0000 Subject: [PATCH] more typos and line removal --- scripts/add-software.mjs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/add-software.mjs b/scripts/add-software.mjs index aea863e52fb..15d26b70b99 100644 --- a/scripts/add-software.mjs +++ b/scripts/add-software.mjs @@ -102,7 +102,7 @@ async function addDesign() { ${chalk.gray('≡≡≡≡≡≡≡≡≡≡')} 👉 We've created your design skeleton at ${chalk.green('designs/' + name)} - 👉 We've configured the packages via the ${chalk.green('pacakge.json')} file + 👉 We've configured the packages via the ${chalk.green('package.json')} file 👉 We've added ${chalk.green('designs/' + name)} to the lab @@ -175,8 +175,7 @@ async function addPlugin() { ${chalk.gray('≡≡≡≡≡≡≡≡≡≡')} 👉 We've created your plugin skeleton at ${chalk.green('plugins/plugin-' + name)} - 👉 We've configured the packages via the ${chalk.green('pacakge.json')} file - 👉 We've added ${chalk.green('plugins/plugin-' + name)} to the lab + 👉 We've configured the packages via the ${chalk.green('package.json')} file ${chalk.bold.yellow('✏️ Make it your own')}