diff options
author | 2023-08-30 10:31:24 -0400 | |
---|---|---|
committer | 2023-08-30 10:31:24 -0400 | |
commit | ef37f9e290d0e61403261b2a2195f127dc031654 (patch) | |
tree | a05b69862e055994cbbce4008676f70fe3e68b84 /packages/integrations/vue | |
parent | 206a89d43eaa60d6a1b2121f3ba631da3384c1ab (diff) | |
download | astro-ef37f9e290d0e61403261b2a2195f127dc031654.tar.gz astro-ef37f9e290d0e61403261b2a2195f127dc031654.tar.zst astro-ef37f9e290d0e61403261b2a2195f127dc031654.zip |
Revert "[ci] release (#8285)" (#8290)
This reverts commit b4e67a0b1bb515fe7943a970e5048a0293b0aeec.
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 26b37793d..714c2e011 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.3.4" }, "peerDependencies": { - "astro": "workspace:^3.0.1", + "astro": "workspace:^3.0.0", "vue": "^3.2.30" }, "engines": { |