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

fix(netlify): typo in peerDependency range (#100)

This commit is contained in:
Eric Jinks 2023-12-07 16:31:19 +10:00 committed by GitHub
parent a50faacc20
commit 5781dadbe5

View file

@ -42,7 +42,7 @@
"esbuild": "^0.19.5"
},
"peerDependencies": {
"astro": "^3.0.0 | ^4.0.0"
"astro": "^3.0.0 || ^4.0.0"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",