Skip to content

Commit 7ca023d

Browse files
committed
Explicitly install Karma browser launchers
1 parent e4fc2e7 commit 7ca023d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"devDependencies": {
1111
"karma": "~0.12.16",
1212
"karma-jasmine": "~0.1.5",
13+
"karma-phantomjs-launcher": "~0.1.4",
14+
"karma-chrome-launcher": "~0.1.4",
15+
"karma-firefox-launcher": "~0.1.3",
1316
"grunt": "~0.4.2",
1417
"grunt-contrib-concat": "~0.4.0",
1518
"grunt-karma": "~0.8.3",

0 commit comments

Comments
 (0)