2318f8d7 by David LaPalomento

Merge pull request #73 from videojs/bugfix/git-deps

Use git+https so Travis can resolve dependencies
2 parents 41d49103 9169402c
...@@ -34,9 +34,9 @@ ...@@ -34,9 +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": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha" 37 "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
38 }, 38 },
39 "dependencies": { 39 "dependencies": {
40 "videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8" 40 "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
41 } 41 }
42 } 42 }
......