f9664de0 by David LaPalomento

Point to pre-release versions of media-sources and video.js

Pick up the addition of abort() on source buffers and the corresponding update to the video.js SWF.
1 parent 1d816d1e
...@@ -34,12 +34,9 @@ ...@@ -34,12 +34,9 @@
34 "karma-safari-launcher": "~0.1.1", 34 "karma-safari-launcher": "~0.1.1",
35 "karma-sauce-launcher": "~0.1.8", 35 "karma-sauce-launcher": "~0.1.8",
36 "sinon": "^1.9.1", 36 "sinon": "^1.9.1",
37 "video.js": "^4.5" 37 "video.js": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha"
38 },
39 "peerDependencies": {
40 "video.js": "^4.5"
41 }, 38 },
42 "dependencies": { 39 "dependencies": {
43 "videojs-contrib-media-sources": "^0.2" 40 "videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#feature/abort"
44 } 41 }
45 } 42 }
......