diff --git a/package.json b/package.json index cc8db0ae6..a0be620d9 100755 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "stremio-json-data": "git+ssh://git@github.com/stremio/stremio-json-data.git#v1.2.3", "stremio-models": "git+ssh://git@github.com/stremio/stremio-models.git#v1.51.5", "stremio-official-addons": "git+ssh://git@github.com/Stremio/stremio-official-addons.git#v1.1.1", - "stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0" + "stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0", + "vtt.js": "0.13.0" }, "devDependencies": { "@babel/core": "7.2.2", @@ -57,4 +58,4 @@ "webpack-cli": "3.1.2", "webpack-dev-server": "3.1.10" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index a9bb86fd2..9a17f123d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8212,6 +8212,11 @@ vm-browserify@0.0.4: dependencies: indexof "0.0.1" +vtt.js@0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/vtt.js/-/vtt.js-0.13.0.tgz#955c667b34d5325b2012cb9e8ba9bad6e0b11ff8" + integrity sha1-lVxmezTVMlsgEsuei6m61uCxH/g= + warning@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/warning/-/warning-3.0.0.tgz#32e5377cb572de4ab04753bdf8821c01ed605b7c"