Skip to content

Commit 130e096

Browse files
committed
Update engines in package.json
1 parent 97ef9aa commit 130e096

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-mt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
3030
},
3131
"engines": {
32-
"node": ">=16.6.0"
32+
"node": ">=16.x"
3333
},
3434
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
3535
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
3030
},
3131
"engines": {
32-
"node": ">=16.6.0"
32+
"node": ">=16.x"
3333
},
3434
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
3535
"publishConfig": {

packages/ffmpeg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
4242
},
4343
"engines": {
44-
"node": ">=18.17.0"
44+
"node": ">=18.x"
4545
},
4646
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
4747
"publishConfig": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
2424
},
2525
"engines": {
26-
"node": ">=16.6.0"
26+
"node": ">=16.x"
2727
},
2828
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
2929
"publishConfig": {

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/ffmpegwasm/ffmpeg.wasm/issues"
4040
},
4141
"engines": {
42-
"node": ">=18.17.0"
42+
"node": ">=18.x"
4343
},
4444
"homepage": "https://github.com/ffmpegwasm/ffmpeg.wasm#readme",
4545
"publishConfig": {

0 commit comments

Comments
 (0)