From e033d5618a98e1f83323bb650e0eaf89c339e5b5 Mon Sep 17 00:00:00 2001 From: Anders Janmyr Date: Mon, 2 Dec 2013 12:16:06 +0100 Subject: [PATCH] chore(deps): Remove peer dependencies. 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 --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index 0162dc576..775ffc31b 100644 --- a/package.json +++ b/package.json @@ -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": "*",