Browse Source

Update m3u8-parser to 2.0.0 and videojs-contrib-media-sources to 4.1.4 (#958)

pull/6/head
Garrett 9 years ago
committed by GitHub
parent
commit
95a434496e
  1. 4
      package.json

4
package.json

@ -91,11 +91,11 @@
"dependencies": { "dependencies": {
"aes-decrypter": "^1.0.3", "aes-decrypter": "^1.0.3",
"global": "^4.3.0", "global": "^4.3.0",
"m3u8-parser": "^1.0.2",
"m3u8-parser": "^2.0.0",
"mux.js": "^3.0.0", "mux.js": "^3.0.0",
"url-toolkit": "^1.0.4", "url-toolkit": "^1.0.4",
"video.js": "^5.15.1", "video.js": "^5.15.1",
"videojs-contrib-media-sources": "^4.1.3",
"videojs-contrib-media-sources": "^4.1.4",
"videojs-swf": "^5.0.2" "videojs-swf": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save