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)
This commit is contained in:
Igor Minar 2013-04-03 15:35:43 -07:00
parent 91fa865bf2
commit 6ade77efa2

View file

@ -11,7 +11,7 @@
"grunt-contrib-connect": "0.1.2",
"grunt-contrib-compress": "0.4.1",
"shelljs": "0.1.2",
"karma": "~0.8",
"karma": "0.8.4",
"yaml-js": "0.0.5"
}
}