create-svelte
Advanced tools
Comparing version 2.0.0-next.25 to 2.0.0-next.26
# create-svelte | ||
## 2.0.0-next.26 | ||
### Patch Changes | ||
- 00cbaf6: Rename _.config.js to _.config.cjs | ||
## 2.0.0-next.25 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.25", | ||
"version": "2.0.0-next.26", | ||
"bin": "./bin", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/adapter-node": "1.0.0-next.0", | ||
"@sveltejs/adapter-node": "1.0.0-next.1", | ||
"@sveltejs/app-utils": "1.0.0-next.0", | ||
"@sveltejs/kit": "1.0.0-next.9", | ||
"@sveltejs/snowpack-config": "1.0.0-next.0", | ||
"@sveltejs/kit": "1.0.0-next.30", | ||
"@sveltejs/snowpack-config": "1.0.0-next.2", | ||
"gitignore-parser": "^0.0.2", | ||
@@ -12,0 +12,0 @@ "kleur": "^4.1.3", |
@@ -14,3 +14,4 @@ { | ||
"svelte": "^3.29.0" | ||
} | ||
}, | ||
"type": "module" | ||
} |
@@ -34,3 +34,3 @@ # create-svelte | ||
By default, `npm run build` will generate a Node app that you can run with `node build`. To use a different adapter, install it and update your `svelte.config.js` accordingly. The following official adapters are available: | ||
By default, `npm run build` will generate a Node app that you can run with `node build`. To use a different adapter, install it and update your `svelte.config.cjs` accordingly. The following official adapters are available: | ||
@@ -37,0 +37,0 @@ - [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/master/packages/adapter-node) |
Sorry, the diff of this file is not supported yet
108498