We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eca96f commit f03d057Copy full SHA for f03d057
package.json
@@ -2,14 +2,14 @@
2
"version": "1.0.6",
3
"dependencies": {
4
"grunt": "*",
5
- "grunt-karma": "0.7.1",
+ "grunt-karma": "~0.9.0",
6
"grunt-cli": "*",
7
"grunt-contrib-concat": "*",
8
"grunt-contrib-jshint": "*",
9
"grunt-ember-template-compiler": "1.3.0",
10
"karma-qunit": "*",
11
"karma-qunit-special-blend": "*",
12
- "karma": "0.10",
+ "karma": "~0.12",
13
"load-grunt-config": "~0.7"
14
},
15
"scripts": {
0 commit comments