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:
parent
a50faacc20
commit
5781dadbe5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue