Skip to content

Commit 303df9d

Browse files
committed
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)
1 parent fec4ef3 commit 303df9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"q-fs": "0.1.36",
1313
"qq": "0.3.5",
1414
"shelljs": "0.1.2",
15-
"karma": "~0.8",
15+
"karma": "0.8.4",
1616
"yaml-js": "0.0.5"
1717
}
1818
}

0 commit comments

Comments
 (0)