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 fec4ef3881
commit 303df9dafe

View file

@ -12,7 +12,7 @@
"q-fs": "0.1.36",
"qq": "0.3.5",
"shelljs": "0.1.2",
"karma": "~0.8",
"karma": "0.8.4",
"yaml-js": "0.0.5"
}
}