Update engines in package.json

This commit is contained in:
jeromewu
2023-08-29 19:04:51 +08:00
parent 97ef9aaaa2
commit 130e096bcc
6 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
},
"engines": {
"node": ">=16.6.0"
"node": ">=16.x"
},
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
"publishConfig": {

View File

@@ -29,7 +29,7 @@
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
},
"engines": {
"node": ">=16.6.0"
"node": ">=16.x"
},
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
"publishConfig": {

View File

@@ -41,7 +41,7 @@
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.x"
},
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
"publishConfig": {

View File

@@ -23,7 +23,7 @@
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
},
"engines": {
"node": ">=16.6.0"
"node": ">=16.x"
},
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
"publishConfig": {

View File

@@ -39,7 +39,7 @@
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
},
"engines": {
"node": ">=18.17.0"
"node": ">=18.x"
},
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
"publishConfig": {