eslint-plugin-wdio
Advanced tools
Comparing version 5.11.0 to 5.12.0
{ | ||
"name": "eslint-plugin-wdio", | ||
"version": "5.11.0", | ||
"version": "5.12.0", | ||
"description": "Eslint rules for WebdriverIO", | ||
@@ -10,3 +10,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"engines": { | ||
"node": ">= 8.11.0" | ||
"node": ">= 10.13.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "repository": { | ||
}, | ||
"gitHead": "f235de6d9876a1a81bc1007430346d493ba7f579" | ||
"gitHead": "187c8f044e252877533e53ee2b645f56416d5a41" | ||
} |
1761