We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35827c2 commit b5537fcCopy full SHA for b5537fc
packages/create-svelte/bin.js
@@ -2,7 +2,7 @@
2
import fs from 'fs';
3
import path from 'path';
4
import { fileURLToPath } from 'url';
5
-import { bold, cyan, gray, green, red, magenta } from 'kleur/colors';
+import { bold, cyan, gray, green, red } from 'kleur/colors';
6
import prompts from 'prompts';
7
import { mkdirp, copy } from './utils.js';
8
0 commit comments