fix(npm): drop support for videojs 5.x to use dom module

This commit is contained in:
Chris Boustead 2019-10-11 12:03:24 -04:00
parent ac065249e3
commit 6822722a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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",