0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

Add Astro as a peerDependency (#5806)

* Add Astro as a peerDependency

* Add changeset

* Update .changeset/thin-seahorses-worry.md

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
Matthew Phillips 2023-01-09 10:58:38 -05:00 committed by GitHub
parent 50ebfb9a62
commit 9c17f0459a

View file

@ -34,7 +34,7 @@
"send": "^0.18.0" "send": "^0.18.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.0-beta.0" "astro": "workspace:^2.0.0-beta.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.2",