From 6ade77efa295a276ea2f6c19ab3edef02ecad327 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 3 Apr 2013 15:35:43 -0700 Subject: 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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 37fa8cbd..148895c4 100644 --- a/package.json +++ b/package.json @@ -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" } } -- cgit v1.2.3