summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 15:53:12 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-24 15:53:12 -0700
commitd05fa19dda1d4d9b3bf567b978bad3ecad788e64 (patch)
tree27c85b04e9725e321a66c59017fce8715513f991 /examples/framework-svelte
parent9b5f553dddebab4b20db59e2e67475273830c525 (diff)
downloadastro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.gz
astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.zst
astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.zip
fix a bad change to example astro versions
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index bf2f9b1cf..2d23ea195 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.17.0"
+ "astro": "^0.18.0-next.4"
},
"snowpack": {
"workspaceRoot": "../.."