Skip to content

Commit 7ff5f2c

Browse files
committed
fix(package.json): fix err
1 parent b671f54 commit 7ff5f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const customLaunchers = {
3838
const isTravis = process.env.TRAVIS === 'true'
3939
const isFirstJob = /\.1$/.test(process.env.TRAVIS_JOB_NUMBER)
4040

41-
const browsers = ['PhantomJS2']
41+
const browsers = ['PhantomJS']
4242
if (isTravis && isFirstJob) {
4343
Array.prototype.push.apply(browsers, Object.keys(customLaunchers))
4444
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"karma": "^2.0.0",
2525
"karma-mocha": "^1.1.1",
2626
"karma-mocha-reporter": "^2.0.4",
27-
"karma-phantomjs2-launcher": "^0.5.0",
27+
"karma-phantomjs-launcher": "^1.0.0",
2828
"karma-sauce-launcher": "^1.2.0",
2929
"karma-sourcemap-loader": "^0.3.7",
3030
"karma-webpack": "^3.0.0",

0 commit comments

Comments
 (0)