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

Side by Side Diff: package.json

Issue 29549786: Issue 5535 - Replace our module system with webpack (Closed)
Patch Set: Removed ext_background workaround Created Sept. 25, 2017, 3:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | package-lock.json » ('j') | packagerChrome.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }, 8 },
8 "scripts": { 9 "scripts": {
9 "jsdoc": "jsdoc" 10 "jsdoc": "jsdoc",
11 "webpack": "webpack"
Wladimir Palant 2017/09/26 12:06:13 It's probably better to transform the webpack.conf
10 } 12 }
11 } 13 }
OLDNEW
« no previous file with comments | « no previous file | package-lock.json » ('j') | packagerChrome.py » ('J')

Powered by Google App Engine
This is Rietveld