Skip to content

Commit

Permalink
fix(karma): accept karma 6.x in peerDependencies (#303)
Browse files Browse the repository at this point in the history
Fixes #294
  • Loading branch information
Krinkle committed May 11, 2021
1 parent 88e5200 commit fe01a67
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 @@ -57,7 +57,7 @@
},
"peerDependencies": {
"grunt": ">=0.4.x",
"karma": "^4.0.0 || ^5.0.0"
"karma": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit fe01a67

Please sign in to comment.