Skip to content

Commit

Permalink
chore(package): update videojs-vtt.js to version 0.12.3 (#4221)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and gkatsev committed Mar 24, 2017
1 parent 312b10c commit 7d12c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tsml": "1.0.1",
"videojs-font": "2.0.0",
"videojs-ie8": "1.1.2",
"videojs-vtt.js": "0.12.2",
"videojs-vtt.js": "0.12.3",
"xhr": "2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/tech/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ class Tech extends Component {
// passed in
const script = document.createElement('script');

script.src = this.options_['vtt.js'] || 'https://cdn.rawgit.com/gkatsev/vtt.js/vjs-v0.12.1/dist/vtt.min.js';
script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.12.3/vtt.min.js';
script.onload = () => {
/**
* Fired when vtt.js is loaded.
Expand Down

0 comments on commit 7d12c9e

Please sign in to comment.