| Index: package.json |
| =================================================================== |
| --- a/package.json |
| +++ b/package.json |
| @@ -2,29 +2,29 @@ |
| "name": "adblockpluscore", |
| "repository": "https://hg.adblockplus.org/adblockpluscore", |
| "license": "GPL-3.0", |
| "dependencies": {}, |
| "devDependencies": { |
| "chrome-remote-interface": "^0.20.0", |
| "chromedriver": "2.36.0", |
| "dmg": "0.1.0", |
| - "eslint": "^3.19.0", |
| - "eslint-config-eyeo": "1.0.4", |
| + "eslint": "^5.1.0", |
|
hub
2019/01/28 13:35:45
we need a more recent version too. This is the one
|
| + "eslint-config-eyeo": "^2.1.0", |
| "extract-zip": "1.6.5", |
| "geckodriver": "^1.9.0", |
| "memory-fs": "0.4.1", |
| "ncp": "2.0.0", |
| "nodeunit": "0.9.1", |
| "request": "^2.88.0", |
| "sandboxed-module": "2.0.3", |
| "script-loader": "0.7.0", |
| "selenium-webdriver": "^4.0.0-alpha", |
| "webpack": "3.5.4" |
| }, |
| "scripts": { |
| - "eslint": "eslint *.js lib test chrome build", |
| + "eslint": "eslint *.js lib test build", |
|
hub
2019/01/28 13:35:45
the `chrome` directory no longer has any .js and e
|
| "test": "node test_runner.js", |
| "posttest": "npm run eslint", |
| "resources": "node build/make_resource.js", |
| "updatepsl": "node build/updatepsl.js" |
| } |
| } |