From 722cdefe0f1d361cf17d8d0fd733eb6b49084361 Mon Sep 17 00:00:00 2001 From: JP Ventura Date: Sat, 29 Oct 2016 18:03:38 -0200 Subject: [PATCH] :bug: Upgrade karma development package Update required in order to Travis CI run the unit tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 522ecd1..a5c64a8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "grunt-karma": "^0.8.3", "grunt-notify": "~0.2.7", "istanbul": "^0.3.2", - "karma": "~0.12.8", + "karma": "~0.13.9", "karma-chai": "0.0.2", "karma-coverage": "^0.2.6", "karma-failed-reporter": "0.0.2",