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

Delta Between Two Patch Sets: package.json

Issue 29549786: Issue 5535 - Replace our module system with webpack (Closed)
Left Patch Set: Tidy up JSON passed from packagerChrome.py Created Oct. 4, 2017, 1:23 p.m.
Right Patch Set: Addressed final nits Created Oct. 10, 2017, 5:02 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 | « info-loader.js ('k') | package-lock.json » ('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": "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.4",
7 "webpack": "3.5.5" 7 "memory-fs": "0.4.1",
8 "webpack": "3.6.0"
8 }, 9 },
9 "scripts": { 10 "scripts": {
10 "jsdoc": "jsdoc" 11 "jsdoc": "jsdoc"
11 } 12 }
12 } 13 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld