Browse Source

Use git+https so Travis can resolve dependencies

Travis is not succeeding in downloading git+ssh dependencies, so try git+https.
pull/80/head
David LaPalomento 11 years ago
parent
commit
9169402ccf
  1. 4
      package.json

4
package.json

@ -34,9 +34,9 @@
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "~0.1.8",
"sinon": "^1.9.1",
"video.js": "git+ssh://git@github.com:dmlap/video-js.git#0.6.1-alpha"
"video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
},
"dependencies": {
"videojs-contrib-media-sources": "git+ssh://git@github.com:videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
"videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git#c1b0f3bd83ec975442b0a53864f6793a56751fb8"
}
}
Loading…
Cancel
Save