diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b10a5b67..d3a182329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ CHANGELOG ========= ## HEAD (Unreleased) -_(none)_ +* @alex-phillips fixed reference to videojs-vtt.js dependency ([view](https://github.com/videojs/video.js/pull/3080)) -------------------- diff --git a/build/grunt.js b/build/grunt.js index 0ced6c7bd..1102ff3f3 100644 --- a/build/grunt.js +++ b/build/grunt.js @@ -396,7 +396,7 @@ module.exports = function(grunt) { options: { separator: '\n', }, - src: ['build/temp/video.js', 'node_modules/vtt.js/dist/vtt.js'], + src: ['build/temp/video.js', 'node_modules/videojs-vtt.js/dist/vtt.js'], dest: 'build/temp/video.js', }, },