Skip to content

Commit

Permalink
fix: Add firefox and chrome launcher as devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jan 20, 2014
1 parent dfdf195 commit 4145420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"grunt-contrib-watch": "~0.2.0",
"grunt-conventional-changelog": "~0.0.12",
"karma-mocha": "~0.1.0",
"karma": "~0.11.0"
"karma": "~0.11.0",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.2"
},
"peerDependencies": {
"grunt": "0.4.x",
Expand Down

1 comment on commit 4145420

@sudodoki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this might cause some issues, like edjafarov/compy#28. Any reasoning behind this?

Please sign in to comment.