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

Delta Between Two Patch Sets: package.json

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Left Patch Set: Adjusting tests to recent changes Created Oct. 11, 2017, 4:01 p.m.
Right Patch Set: Addressing Vasily's comments Created Oct. 22, 2017, 11:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « README.md ('k') | packagerChrome.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 { 1 {
2 "name": "buildtools", 2 "name": "buildtools",
3 "repository": "https://hg.adblockplus.org/buildtools", 3 "repository": "https://hg.adblockplus.org/buildtools",
4 "license": "MPL-2.0", 4 "license": "MPL-2.0",
5 "dependencies": { 5 "dependencies": {
6 "jsdoc": "3.5.4", 6 "jsdoc": "3.5.5",
7 "memory-fs": "0.4.1", 7 "memory-fs": "0.4.1",
8 "webpack": "3.6.0" 8 "webpack": "3.6.0"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "jsdoc": "jsdoc" 11 "jsdoc": "jsdoc"
12 } 12 }
13 } 13 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld