mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Minimise use of engines property to improve yarn v1 support
This commit is contained in:
@@ -28,10 +28,7 @@
|
||||
"./versions": "./versions.json"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
||||
"npm": ">=9.6.5",
|
||||
"yarn": ">=3.2.0",
|
||||
"pnpm": ">=7.1.0"
|
||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emnapi/runtime": "^1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user