29d0951b by David LaPalomento

Peg sinon to 1.10.2 to work around bug

1.10.3 has an issue with fake XHRs. Don't update until https://github.com/cjohansen/Sinon.JS/issues/511 is fixed.
1 parent 2e41348d
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
33 "karma-qunit": "~0.1.1", 33 "karma-qunit": "~0.1.1",
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.10.2",
37 "video.js": "git+https://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": {
......