diff options
author | 2022-05-03 17:04:44 -0700 | |
---|---|---|
committer | 2022-05-03 17:04:44 -0700 | |
commit | 1032e450cc224e603e8e69ef1422de6dbf184dd2 (patch) | |
tree | e18d78471bca2f59a656835b959c7572a21809a0 /examples/framework-multiple | |
parent | 9fb2c4744cc9b27eaf5938557cf1019cd17d3248 (diff) | |
download | astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.tar.gz astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.tar.zst astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.zip |
Revert "[ci] release (#3279)"
This reverts commit 9fb2c4744cc9b27eaf5938557cf1019cd17d3248.
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7647fe187..971961224 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.2", "@astrojs/vue": "^0.1.3", - "astro": "^1.0.0-beta.23" + "astro": "^1.0.0-beta.22" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", |