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-lit | |
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-lit')
-rw-r--r-- | examples/framework-lit/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 004aac95b..275f5d383 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.18.0-next.7" + "astro": "^0.18.0" }, "snowpack": { "workspaceRoot": "../.." |