diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-31 11:39:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-31 14:13:00 +0100 |
commit | 83fcadac86da0bc6120a5b93850bb9a7fc069fba (patch) | |
tree | c05e52c22d27d24c84f00630ad58427cf092ed2c /client/package.json | |
parent | e40afb5bc486ff2ce1e5f0a21df7e4e32c344b47 (diff) | |
download | PeerTube-83fcadac86da0bc6120a5b93850bb9a7fc069fba.tar.gz PeerTube-83fcadac86da0bc6120a5b93850bb9a7fc069fba.tar.zst PeerTube-83fcadac86da0bc6120a5b93850bb9a7fc069fba.zip |
Move streamroot plugin in core project
To avoid an already bundled HLS.js library, and adapt some parts of the
code
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index ef0e8c03f..66e8990f9 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -56,7 +56,6 @@ | |||
56 | "@ngx-loading-bar/router": "^4.2.0", | 56 | "@ngx-loading-bar/router": "^4.2.0", |
57 | "@ngx-meta/core": "^7.0.0", | 57 | "@ngx-meta/core": "^7.0.0", |
58 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 58 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
59 | "@streamroot/videojs-hlsjs-plugin": "^1.0.10", | ||
60 | "@types/core-js": "^2.5.2", | 59 | "@types/core-js": "^2.5.2", |
61 | "@types/debug": "^4.1.5", | 60 | "@types/debug": "^4.1.5", |
62 | "@types/hls.js": "^0.12.4", | 61 | "@types/hls.js": "^0.12.4", |