Skip to content

Commit

Permalink
@gkatsev updated the vtt.js version to fix JSON issues. closes videoj…
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored and heff committed Jul 9, 2015
1 parent 3482253 commit c43863e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c43863e

Please sign in to comment.