Skip to content

Commit

Permalink
feat(karma): require karma 3 in peerDependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Krinkle committed Nov 21, 2018
1 parent aab923d commit 579f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <davidcgeddes@gmail.com>",
Expand Down

0 comments on commit 579f82f

Please sign in to comment.