diff options
| author | Igor Minar | 2013-04-03 15:35:43 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-03 18:22:31 -0700 |
| commit | 6ade77efa295a276ea2f6c19ab3edef02ecad327 (patch) | |
| tree | 09debe1f0a4a4b1b3c75529990c4db41ac146e01 | |
| parent | 91fa865bf22afdf4b25a20acce7a8c7f7d331323 (diff) | |
| download | angular.js-6ade77efa295a276ea2f6c19ab3edef02ecad327.tar.bz2 | |
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)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |
