create-svelte
Advanced tools
Comparing version 2.0.0-next.63 to 2.0.0-next.64
18
bin.js
@@ -59,18 +59,24 @@ #!/usr/bin/env node | ||
{ | ||
type: 'confirm', | ||
type: 'toggle', | ||
name: 'typescript', | ||
message: 'Use TypeScript?', | ||
initial: false | ||
initial: false, | ||
active: 'Yes', | ||
inactive: 'No' | ||
}, | ||
{ | ||
type: 'confirm', | ||
type: 'toggle', | ||
name: 'eslint', | ||
message: 'Add ESLint for code linting?', | ||
initial: false | ||
initial: false, | ||
active: 'Yes', | ||
inactive: 'No' | ||
}, | ||
{ | ||
type: 'confirm', | ||
type: 'toggle', | ||
name: 'prettier', | ||
message: 'Add Prettier for code formatting?', | ||
initial: false | ||
initial: false, | ||
active: 'Yes', | ||
inactive: 'No' | ||
} | ||
@@ -77,0 +83,0 @@ ])); |
# create-svelte | ||
## 2.0.0-next.64 | ||
### Patch Changes | ||
- 3fb191c: Improved install prompts, turn confirms into toggle | ||
## 2.0.0-next.63 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.63", | ||
"version": "2.0.0-next.64", | ||
"bin": "./bin.js", | ||
@@ -10,3 +10,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.93", | ||
"@sveltejs/kit": "1.0.0-next.96", | ||
"@types/gitignore-parser": "^0.0.0", | ||
@@ -13,0 +13,0 @@ "@types/prettier": "^2.2.3", |
545859
768