create-svelte
Advanced tools
Comparing version 2.0.0-next.182 to 2.0.0-next.183
@@ -5,8 +5,3 @@ import fs from 'fs'; | ||
/** | ||
* Create a new SvelteKit project. | ||
* | ||
* @param {string} cwd - Path to the directory to create | ||
* @param {import('./types/internal').Options} options | ||
*/ | ||
/** @type {import('./types/index').create} */ | ||
export async function create(cwd, options) { | ||
@@ -13,0 +8,0 @@ mkdirp(cwd); |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.182", | ||
"version": "2.0.0-next.183", | ||
"repository": { | ||
@@ -19,3 +19,3 @@ "type": "git", | ||
"@playwright/test": "^1.25.0", | ||
"@sveltejs/kit": "1.0.0-next.505", | ||
"@sveltejs/kit": "1.0.0-next.507", | ||
"@types/gitignore-parser": "^0.0.0", | ||
@@ -37,4 +37,6 @@ "@types/prettier": "^2.6.3", | ||
"bin.js", | ||
"utils.js" | ||
"utils.js", | ||
"types" | ||
], | ||
"types": "types/index.d.ts", | ||
"type": "module", | ||
@@ -41,0 +43,0 @@ "scripts": { |
1061399
43
3109