From d0078a8f1a5de29798faf341b8dc37d66fc45246 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Sun, 18 Oct 2015 11:46:02 -0400 Subject: [PATCH] Use bitpay's version of karma. - So karma can point to BP socket.io...eventually to support prebuilds at the web sockets level --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02e1a94..2a9c485 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "gulp-uglify": "^1.0.2", "gulp-util": "=3.0.1", "istanbul": "^0.3.5", - "karma": "^0.12.28", + "karma": "https://github.com/bitpay/karma#bitpay-v0.12.37", "karma-chrome-launcher": "^0.1.8", "karma-detect-browsers": "^2.0.0", "karma-firefox-launcher": "^0.1.4",