fix: update to work with vjs 7.x

This commit is contained in:
Chris Boustead 2019-01-02 20:06:26 -05:00
parent 1de0872f60
commit ceed945872
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "videojs-vtt-thumbnails",
"version": "0.0.12",
"version": "0.0.13",
"description": "Display thumnails on progress bar hover, driven by external VTT files.",
"main": "dist/videojs-vtt-thumbnails.cjs.js",
"module": "dist/videojs-vtt-thumbnails.es.js",
@ -71,7 +71,7 @@
"dependencies": {
"global": "^4.3.2",
"request": "^2.83.0",
"video.js": "^5.19.2 || ^6.6.0"
"video.js": "^5.19.2 || ^6.6.0 || ^7.2.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",