Minimise use of engines property to improve yarn v1 support

This commit is contained in:
Lovell Fuller
2024-08-13 09:05:11 +01:00
parent 82cebc31d0
commit 3c14dbb21e
16 changed files with 34 additions and 52 deletions

View File

@@ -187,7 +187,9 @@
},
"license": "Apache-2.0",
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"config": {
"libvips": ">=8.15.3"
},
"funding": {