Skip to content

Commit 6ade77e

Browse files
committed
chore(karma): upgrade karma to 0.8.4
we needed this upgrade to disable animations in scenario runner (karma ships with its own copy of angular-scenario.js which got update in 0.8.4)
1 parent 91fa865 commit 6ade77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"grunt-contrib-connect": "0.1.2",
1212
"grunt-contrib-compress": "0.4.1",
1313
"shelljs": "0.1.2",
14-
"karma": "~0.8",
14+
"karma": "0.8.4",
1515
"yaml-js": "0.0.5"
1616
}
1717
}

0 commit comments

Comments
 (0)