| Index: package.json |
| =================================================================== |
| --- a/package.json |
| +++ b/package.json |
| @@ -17,17 +17,17 @@ |
| "eslint": "^5.1.0", |
| "eslint-config-eyeo": "^2.1.0", |
| "extract-zip": "^1.6.5", |
| "geckodriver": "^1.9.0", |
| "handlebars": "^4.0.12", |
| "jimp": "^0.3.11", |
| "ncp": "^2.0.0", |
| "mocha": "^5.2.0", |
| - "selenium-webdriver": "^3.6.0", |
| + "selenium-webdriver": "4.0.0-alpha1", |
|
Sebastian Noack
2018/11/06 09:02:33
We might want to require ^4.0.0-alpha here.
tlucas
2018/11/07 08:57:16
If not, there's still a typo: 4.0.0-alpha.1
hub
2018/11/07 17:13:36
I had started with that but I'm wondering of the A
hub
2018/11/07 17:13:36
oops.
|
| "sign-addon": "^0.3.1" |
| }, |
| "scripts": { |
| "pretest": "bash -c \"python ensure_dependencies.py\"", |
| "lint": "eslint *.js lib/ qunit/ ext/ test/ build/", |
| "test-only": "mocha", |
| "test": "npm run test-only --", |
| "posttest": "npm run lint", |