Skip to content

Commit 579f82f

Browse files
authored
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 19551fd which updates the tests to use karma 3. Ref #261.
1 parent aab923d commit 579f82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"grunt": ">=0.4.x || ^1.0.0",
52-
"karma": "^0.13.0 || ^1.0.0"
52+
"karma": "^3.0.0"
5353
},
5454
"contributors": [
5555
"Dave Geddes <davidcgeddes@gmail.com>",

0 commit comments

Comments
 (0)