Compare commits

..

No commits in common. "5c9e6c872ffa36ce5a36ef1501e39d16243f34b6" and "73e95b75b1db8256ed059ffc4a7c646a458f260f" have entirely different histories.

View File

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