diff options
author | 2021-07-27 12:41:42 -0400 | |
---|---|---|
committer | 2021-07-27 12:41:42 -0400 | |
commit | 509c69627b02629db9af8d868545db80c789cdfe (patch) | |
tree | 9e28c71e6dde32416400cf1bc603b8f7b9ee8b88 /examples/framework-svelte | |
parent | f91944368829e208bbd73f7675c4fdd90f87281b (diff) | |
download | astro-509c69627b02629db9af8d868545db80c789cdfe.tar.gz astro-509c69627b02629db9af8d868545db80c789cdfe.tar.zst astro-509c69627b02629db9af8d868545db80c789cdfe.zip |
Version Packages (#882)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 02f3ca10a..b8046e91d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.0-next.7" + "astro": "^0.18.0" }, "snowpack": { "workspaceRoot": "../.." |