Merge pull request #4 from felix-kaestner/patch-1

fix typo
This commit is contained in:
Nicco 2024-06-16 22:29:31 +02:00 committed by GitHub
commit 5c9e6c872f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ async function main() {
{ {
type: 'confirm', type: 'confirm',
name: 'confirmed', name: 'confirmed',
message: `Delelte: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`, message: `Delete: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`,
}, },
]) ])