Merge pull request #406 from videojs/version-bump
Start using the npm-published version of contrib-media-sources
Showing
1 changed file
with
2 additions
and
2 deletions
1 | { | 1 | { |
2 | "name": "videojs-contrib-hls", | 2 | "name": "videojs-contrib-hls", |
3 | "version": "0.17.6", | 3 | "version": "1.0.0", |
4 | "engines": { | 4 | "engines": { |
5 | "node": ">= 0.10.12" | 5 | "node": ">= 0.10.12" |
6 | }, | 6 | }, |
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
48 | }, | 48 | }, |
49 | "dependencies": { | 49 | "dependencies": { |
50 | "pkcs7": "^0.2.2", | 50 | "pkcs7": "^0.2.2", |
51 | "videojs-contrib-media-sources": "videojs/videojs-contrib-media-sources.git#mse-mp2t-polyfill", | 51 | "videojs-contrib-media-sources": "^2.0.0", |
52 | "videojs-swf": "5.0.0-rc1" | 52 | "videojs-swf": "5.0.0-rc1" |
53 | } | 53 | } |
54 | } | 54 | } | ... | ... |
-
Please register or sign in to post a comment