Skip to content

Commit 7de7dcb

Browse files
committed
update babel-eslint
1 parent 7c523a7 commit 7de7dcb

File tree

3 files changed

+135
-21
lines changed

3 files changed

+135
-21
lines changed

package-lock.json

Lines changed: 133 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"testingbot-tunnel-launcher": "^1.1.7"
3434
},
3535
"devDependencies": {
36-
"babel-eslint": "^6.1.2",
36+
"babel-eslint": "^10.1.0",
3737
"babel-plugin-add-module-exports": "^0.2.1",
3838
"babel-plugin-transform-runtime": "^6.12.0",
3939
"babel-preset-es2015": "^6.13.2",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default {
140140
const browser = _findMatch(browserProfile, /([^#]+)/);
141141
const version = _findMatch(browserName, /@([^:]+)/);
142142
const platform = _findMatch(browserName, /:(.+)/);
143+
143144
let manualCaps = true;
144145

145146
if (existsSync(this.capabilities)) {

0 commit comments

Comments
 (0)