mirror of
https://gitea.invidious.io/iv-org/videojs-vtt-thumbnails.git
synced 2024-08-15 00:43:16 +00:00
fix(npm): drop support for videojs 5.x to use dom module
This commit is contained in:
parent
ac065249e3
commit
6822722a7b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
"dependencies": {
|
||||
"global": "^4.3.2",
|
||||
"request": "^2.83.0",
|
||||
"video.js": "^5.19.2 || ^6.6.0 || ^7.2.0"
|
||||
"video.js": "^7.2.0 || ^6.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-external-helpers": "^6.22.0",
|
||||
|
|
Loading…
Reference in a new issue