Skip to content

Commit

Permalink
fix: Drop karma as a peerDependency.
Browse files Browse the repository at this point in the history
For discussion and reasoning see
karma-runner/integration-tests#5.
  • Loading branch information
dignifiedquire committed Jun 9, 2015
1 parent 117402e commit 84ce696
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 @@ -4,8 +4,7 @@
"author": "Tobias Koppers @sokra",
"description": "Use webpack with karma",
"peerDependencies": {
"webpack": "^1.4.0",
"karma": ">=0.12 < 1"
"webpack": "^1.4.0"
},
"dependencies": {
"async": "~0.9.0",
Expand All @@ -15,6 +14,7 @@
"webpack-dev-middleware": "^1.0.11"
},
"devDependencies": {
"karma": ">=0.12 < 1",
"karma-mocha": "~0.1.9",
"karma-chrome-launcher": "~0.1.5",
"karma-spec-reporter": "~0.0.16",
Expand Down

0 comments on commit 84ce696

Please sign in to comment.