diff options
author | 2021-07-24 15:53:12 -0700 | |
---|---|---|
committer | 2021-07-24 15:53:12 -0700 | |
commit | d05fa19dda1d4d9b3bf567b978bad3ecad788e64 (patch) | |
tree | 27c85b04e9725e321a66c59017fce8715513f991 /examples/framework-svelte | |
parent | 9b5f553dddebab4b20db59e2e67475273830c525 (diff) | |
download | astro-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.json | 2 |
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": "../.." |