Left: | ||
Right: |
OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "adblockpluscore", | 2 "name": "adblockpluscore", |
3 "repository": "https://hg.adblockplus.org/adblockpluscore", | 3 "repository": "https://hg.adblockplus.org/adblockpluscore", |
4 "license": "GPL-3.0", | 4 "license": "GPL-3.0", |
5 "dependencies": {}, | 5 "dependencies": {}, |
6 "devDependencies": { | 6 "devDependencies": { |
7 "chrome-remote-interface": "^0.20.0", | 7 "chrome-remote-interface": "^0.20.0", |
8 "chromedriver": "2.36.0", | 8 "chromedriver": "2.36.0", |
9 "dmg": "0.1.0", | 9 "dmg": "0.1.0", |
10 "eslint": "^3.19.0", | 10 "eslint": "^5.1.0", |
hub
2019/01/28 13:35:45
we need a more recent version too. This is the one
| |
11 "eslint-config-eyeo": "1.0.4", | 11 "eslint-config-eyeo": "^2.1.0", |
12 "extract-zip": "1.6.5", | 12 "extract-zip": "1.6.5", |
13 "geckodriver": "^1.9.0", | 13 "geckodriver": "^1.9.0", |
14 "memory-fs": "0.4.1", | 14 "memory-fs": "0.4.1", |
15 "ncp": "2.0.0", | 15 "ncp": "2.0.0", |
16 "nodeunit": "0.9.1", | 16 "nodeunit": "0.9.1", |
17 "request": "^2.88.0", | 17 "request": "^2.88.0", |
18 "sandboxed-module": "2.0.3", | 18 "sandboxed-module": "2.0.3", |
19 "script-loader": "0.7.0", | 19 "script-loader": "0.7.0", |
20 "selenium-webdriver": "^4.0.0-alpha", | 20 "selenium-webdriver": "^4.0.0-alpha", |
21 "webpack": "3.5.4" | 21 "webpack": "3.5.4" |
22 }, | 22 }, |
23 "scripts": { | 23 "scripts": { |
24 "eslint": "eslint *.js lib test chrome build", | 24 "eslint": "eslint *.js lib test build", |
hub
2019/01/28 13:35:45
the `chrome` directory no longer has any .js and e
| |
25 "test": "node test_runner.js", | 25 "test": "node test_runner.js", |
26 "posttest": "npm run eslint", | 26 "posttest": "npm run eslint", |
27 "resources": "node build/make_resource.js", | 27 "resources": "node build/make_resource.js", |
28 "updatepsl": "node build/updatepsl.js" | 28 "updatepsl": "node build/updatepsl.js" |
29 } | 29 } |
30 } | 30 } |
OLD | NEW |