Skip to content

Commit

Permalink
chore(deps): Remove peer dependencies.
Browse files Browse the repository at this point in the history
Peer dependencies should not go from the parent to the children. The children
should peer depend on the parent project and not the other way around.

Closes #767

BREAKING CHANGE: Karma does not ship with any plugin. You need to explicitly install all the plugins you need. `karma init` can help with this.

Removed plugins that need to be installed explicitly are:

* karma-jasmine
* karma-requirejs
* karma-coffee-preprocessor
* karma-html2js-preprocessor
* karma-chrome-launcher
* karma-firefox-launcher
* karma-phantomjs-launcher
* karma-script-launcher
  • Loading branch information
Anders Janmyr authored and vojtajina committed Dec 7, 2013
1 parent d5d5d6f commit e033d56
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Expand Up @@ -119,16 +119,6 @@
"graceful-fs": "~1.2.1",
"connect": "~2.8.4"
},
"peerDependencies": {
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-html2js-preprocessor": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*",
"karma-script-launcher": "*"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-simple-mocha": "*",
Expand Down

0 comments on commit e033d56

Please sign in to comment.