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.

Ref #261.
  • Loading branch information
Krinkle committed Aug 29, 2018
1 parent b5afebd commit 37d12b5
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 37d12b5

Please sign in to comment.