Skip to content

Commit

Permalink
fix: Allow karma release candidate as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 19, 2015
1 parent b4bd27d commit 5cdb184
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 @@ -44,7 +44,7 @@
},
"peerDependencies": {
"grunt": "0.4.x",
"karma": "~0.12.0"
"karma": "^0.12 || >= 0.13.0-rc.0"
},
"contributors": [
"dignifiedquire <friedel.ziegelmayer@gmail.com>",
Expand Down

0 comments on commit 5cdb184

Please sign in to comment.