create-svelte
Advanced tools
Comparing version 2.0.0-next.185 to 2.0.0-next.186
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.185", | ||
"version": "2.0.0-next.186", | ||
"repository": { | ||
@@ -19,3 +19,3 @@ "type": "git", | ||
"@playwright/test": "^1.25.0", | ||
"@sveltejs/kit": "1.0.0-next.517", | ||
"@sveltejs/kit": "1.0.0-next.521", | ||
"@types/gitignore-parser": "^0.0.0", | ||
@@ -44,7 +44,7 @@ "@types/prettier": "^2.6.3", | ||
"build": "node scripts/build-templates", | ||
"test": "npm run build && uvu test", | ||
"test": "pnpm build && uvu test", | ||
"check": "tsc", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.", | ||
"format": "npm run lint -- --write" | ||
"format": "pnpm lint --write" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1061947
3110