1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

@gkatsev updated the vtt.js version to fix JSON issues. closes #2327

This commit is contained in:
Gary Katsevman 2015-07-09 11:46:58 -07:00 committed by heff
parent 34822537f4
commit c43863edbd
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ CHANGELOG
## HEAD (Unreleased)
* @saxena-gaurav updated swf to 4.7.2 to fix flash of previous video frame ([view](https://github.com/videojs/video.js/pull/2300))
* @gkatsev updated the vtt.js version to fix JSON issues ([view](https://github.com/videojs/video.js/pull/2327))
--------------------

View File

@ -22,7 +22,7 @@
"main": "./dist/video-js/video.js",
"dependencies": {
"videojs-swf": "4.7.2",
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#shim-build"
"vtt.js": "git+https://github.com/gkatsev/vtt.js.git#vjs-v0.12.1"
},
"devDependencies": {
"calcdeps": "~0.1.7",