Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: package.json

Issue 29517687: Issue 5079, 5516 - Use webpack for browser tests, modules for content scripts (Closed)
Left Patch Set: Created Aug. 16, 2017, 3:40 p.m.
Right Patch Set: Addressed nits Created Aug. 17, 2017, 1:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « lib/content/elemHideEmulation.js ('k') | test/browser/_bootstrap.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 "eslint": "^3.19.0", 8 "eslint": "^3.19.0",
9 "eslint-config-eyeo": "1.0.4", 9 "eslint-config-eyeo": "1.0.4",
10 "extract-zip": "1.6.5", 10 "extract-zip": "1.6.5",
11 "memory-fs": "0.4.1",
11 "nodeunit": "0.9.1", 12 "nodeunit": "0.9.1",
12 "sandboxed-module": "2.0.3", 13 "sandboxed-module": "2.0.3",
13 "script-loader": "0.7.0", 14 "script-loader": "0.7.0",
14 "webpack": "3.5.4" 15 "webpack": "3.5.4"
15 }, 16 },
16 "scripts": { 17 "scripts": {
17 "eslint": "eslint *.js lib test chrome", 18 "eslint": "eslint *.js lib test chrome",
18 "test": "node test_runner.js", 19 "test": "node test_runner.js",
19 "posttest": "npm run eslint" 20 "posttest": "npm run eslint"
20 } 21 }
21 } 22 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld