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

Delta Between Two Patch Sets: package.json

Issue 29435631: Issue 5230 - Properly download Chromium on macOS (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Left Patch Set: Fix the issues from the review. Created May 16, 2017, 3:47 p.m.
Right Patch Set: Addressed review comments. Created May 18, 2017, 1:22 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 | « chromium_process.js ('k') | no next file » | 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 "nodeunit": "0.9.1", 8 "nodeunit": "0.9.1",
9 "sandboxed-module": "2.0.3", 9 "sandboxed-module": "2.0.3",
10 "decompress-zip": "^0.3.0" 10 "extract-zip": "1.6.5"
11 }, 11 },
12 "scripts": { 12 "scripts": {
13 "test": "node test_runner.js" 13 "test": "node test_runner.js"
14 } 14 }
15 } 15 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld