create-svelte
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -254,3 +254,3 @@ { | ||
"exclude": [], | ||
"contents": "{\n\t\"devDependencies\": {\n\t\t\"@playwright/test\": \"^1.28.1\",\n\t\t\"vitest\": \"^0.32.2\"\n\t},\n\t\"scripts\": {\n\t\t\"test:integration\": \"playwright test\",\n\t\t\"test:unit\": \"vitest\",\n\t\t\"test\": \"npm run test:integration && npm run test:unit\"\n\t}\n}\n" | ||
"contents": "{\n\t\"devDependencies\": {\n\t\t\"@playwright/test\": \"^1.28.1\",\n\t\t\"vitest\": \"^1.0.0\"\n\t},\n\t\"scripts\": {\n\t\t\"test:integration\": \"playwright test\",\n\t\t\"test:unit\": \"vitest\",\n\t\t\"test\": \"npm run test:integration && npm run test:unit\"\n\t}\n}\n" | ||
}, | ||
@@ -257,0 +257,0 @@ { |
{ | ||
"name": "create-svelte", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A CLI for creating new SvelteKit projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
1083144