Merge pull request #25 from braydonf/update-launchers

Updated karma-launchers so that phantomjs doesn't load by default.
This commit is contained in:
Manuel Aráoz 2015-04-24 14:57:48 -03:00
commit 34c1e3e614
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@
"gulp-util": "=3.0.1",
"istanbul": "^0.3.5",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-detect-browsers": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.8",
"karma-detect-browsers": "^2.0.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"mocha": "^2.0.1",