aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIgor Minar2013-04-03 15:35:43 -0700
committerIgor Minar2013-04-03 17:40:15 -0700
commit303df9dafee4314e5cfbc805f3321f4f4297a41a (patch)
tree7f3b33cfe06d8294a557131d424052a48a26b229 /package.json
parentfec4ef38815340e8e5a6b65fd6c08f5c74e701d8 (diff)
downloadangular.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)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"
}
}