Skip to content

Commit

Permalink
fix: Drop karma from peerDependencies
Browse files Browse the repository at this point in the history
This avoids a lot of issues we are having with peerDependencies.

BREAKING CHANGE:

Karma is no longer a `peerDependency` so it needs to be installed
manually.

Ref karma-runner/integration-tests#5
  • Loading branch information
dignifiedquire committed Jun 9, 2015
1 parent 45b624c commit eebcc98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"dateformat": "^1.0.6",
"minimatch": "^2.0.8"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.3.0",
Expand Down

0 comments on commit eebcc98

Please sign in to comment.