Skip to content

Commit

Permalink
Update peerDependencies.
Browse files Browse the repository at this point in the history
Add karma 4.0.0 and remove unneeded condition for grunt.
  • Loading branch information
XhmikosR authored Apr 6, 2019
1 parent 1ae1149 commit d690c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"mocha": "^3.4.2"
},
"peerDependencies": {
"grunt": ">=0.4.x || ^1.0.0",
"karma": "^3.0.0"
"grunt": ">=0.4.x",
"karma": "^3.0.0 || ^4.0.0"
},
"contributors": [
"Dave Geddes <[email protected]>",
Expand Down

0 comments on commit d690c0a

Please sign in to comment.