karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

peerDependencies in npm 3+ #149

Closed bezoerb closed 9 years ago

bezoerb commented 9 years ago

The peer dependency karma@~0.12.0 included from grunt-karma will no longer be automatically installed to fulfill the peerDependency in npm 3+. Your application will need to depend on it explicitly.

dignifiedquire commented 9 years ago

Thanks, but we are actively discussing how to handle peerdependencies, but we won't move them into direct dependencies as it should be the one using the plugin specifying karma and grunt as dependency of his project

dignifiedquire commented 9 years ago

Looks like we will be doing something similar for grunt-karma after all. If you are interested in the discussion, here is the reference https://github.com/karma-runner/integration-tests/issues/5#issuecomment-106798531