diff options
| author | Igor Minar | 2013-04-03 15:35:43 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-04-03 17:40:15 -0700 | 
| commit | 303df9dafee4314e5cfbc805f3321f4f4297a41a (patch) | |
| tree | 7f3b33cfe06d8294a557131d424052a48a26b229 | |
| parent | fec4ef38815340e8e5a6b65fd6c08f5c74e701d8 (diff) | |
| download | angular.js-303df9dafee4314e5cfbc805f3321f4f4297a41a.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 5a915980..771bea68 100644 --- a/package.json +++ b/package.json @@ -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"    }  } | 
