From 579f82f1e4d65f3e18eb2083bd9a926f7b9d7a72 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 21 Nov 2018 18:25:15 +0000 Subject: [PATCH] feat(karma): require karma 3 in peerDependencies The next release of grunt-karma will not support being used as wrapper to run karma 1 or older. This follows 19551fdd83 which updates the tests to use karma 3. Ref #261. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 570cbe1..751d2a9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "grunt": ">=0.4.x || ^1.0.0", - "karma": "^0.13.0 || ^1.0.0" + "karma": "^3.0.0" }, "contributors": [ "Dave Geddes ",