From 620bf836403f51c5eb9ed32d6e34c556e1b66481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20Poikaj=C3=A4rvi?= Date: Fri, 24 Oct 2014 11:02:08 +0700 Subject: [PATCH] Install karma-cli so that npm test works Karma does not install the cli to node_modules/.bin and thus npm test does not work unless user installs karma-cli globally. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8de016e..84e6e33 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "gulp-util": "~3.0.1", "karma": "~0.12.21", "karma-chrome-launcher": "~0.1.4", + "karma-cli": "0.0.4", "karma-coffee-preprocessor": "~0.2.1", "karma-jasmine": "~0.2.2", "pretty-hrtime": "~0.2.2",