create-svelte
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -50,2 +50,3 @@ #!/usr/bin/env node | ||
message: 'Which Svelte app template?', | ||
// @ts-expect-error i have no idea what is going on here | ||
options: fs.readdirSync(dist('templates')).map((dir) => { | ||
@@ -69,2 +70,3 @@ const meta_file = dist(`templates/${dir}/meta.json`); | ||
label: 'Yes, using JavaScript with JSDoc comments', | ||
// @ts-expect-error :shrug: | ||
value: 'checkjs' | ||
@@ -74,2 +76,3 @@ }, | ||
label: 'Yes, using TypeScript syntax', | ||
// @ts-expect-error :shrug: | ||
value: 'typescript' | ||
@@ -76,0 +79,0 @@ }, |
{ | ||
"name": "create-svelte", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"repository": { | ||
@@ -14,3 +14,3 @@ "type": "git", | ||
"dependencies": { | ||
"@clack/prompts": "^0.6.0", | ||
"@clack/prompts": "^0.6.3", | ||
"kleur": "^4.1.5" | ||
@@ -17,0 +17,0 @@ }, |
1083976
3495
Updated@clack/prompts@^0.6.3