diff options
author | 2022-08-09 16:25:15 -0700 | |
---|---|---|
committer | 2022-08-09 19:25:15 -0400 | |
commit | d4ad40987589299fb3a94aed8700caed29cfbb35 (patch) | |
tree | c96df3290d0d8c518ac300accd619c66b89e1144 /examples/framework-multiple | |
parent | e09692459a485a886dec81bea12ec36c15dbd83d (diff) | |
download | astro-d4ad40987589299fb3a94aed8700caed29cfbb35.tar.gz astro-d4ad40987589299fb3a94aed8700caed29cfbb35.tar.zst astro-d4ad40987589299fb3a94aed8700caed29cfbb35.zip |
[ci] release (#4223)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 88090bb3d..fe78e3a60 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.0" + "astro": "^1.0.1" }, "dependencies": { "preact": "^10.7.3", |