Skip to content

Commit

Permalink
set a fixed grunt-karma version until 12 improves
Browse files Browse the repository at this point in the history
  • Loading branch information
toranb committed Mar 26, 2014
1 parent 0dd7344 commit 6ace594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"version": "1.0.1",
"dependencies": {
"grunt-karma": "*",
"grunt": "*",
"grunt-karma": "0.7.1",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-ember-template-compiler": "1.3.0",
"karma-qunit": "*",
"karma-qunit-special-blend": "*",
"karma": "0.10.0",
"karma": "0.10",
"load-grunt-config": "*"
},
"scripts": {
Expand Down

0 comments on commit 6ace594

Please sign in to comment.