diff options
author | 2022-08-09 17:28:02 -0700 | |
---|---|---|
committer | 2022-08-09 17:28:02 -0700 | |
commit | 3a7f2385eadadb21794a06c86b7fa20b83b2f8f8 (patch) | |
tree | 3a93eedd664d8dafafbe13725418ca0b671a2e25 /examples/framework-multiple | |
parent | 92aa6a75eac274942e438de06df71f8261fdbcc2 (diff) | |
download | astro-3a7f2385eadadb21794a06c86b7fa20b83b2f8f8.tar.gz astro-3a7f2385eadadb21794a06c86b7fa20b83b2f8f8.tar.zst astro-3a7f2385eadadb21794a06c86b7fa20b83b2f8f8.zip |
Revert "[ci] release (#4223)"
This reverts commit d4ad40987589299fb3a94aed8700caed29cfbb35.
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 fe78e3a60..88090bb3d 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.1" + "astro": "^1.0.0" }, "dependencies": { "preact": "^10.7.3", |