Add node version limitation

This commit is contained in:
jeromewu
2020-01-15 00:50:32 +00:00
parent 4565489aad
commit 22602ce6b0
3 changed files with 14 additions and 0 deletions

View File

@@ -36,6 +36,9 @@
"bugs": {
"url": "https://github.com/ffmpegjs/ffmpeg.js/issues"
},
"engines": {
"node": ">=10.5.0"
},
"homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme",
"dependencies": {
"@ffmpeg/core": "^0.6.0",