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

Delta Between Two Patch Sets: package.json

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Left Patch Set: Created July 11, 2018, 12:05 p.m.
Right Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.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 | « no previous file | packagerEdge.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
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.5", 6 "jsdoc": "3.5.5",
7 "manifoldjs": "0.7.6", 7 "manifoldjs": "0.7.6",
8 "memory-fs": "0.4.1", 8 "memory-fs": "0.4.1",
9 "webpack": "3.6.0" 9 "webpack": "3.6.0"
10 }, 10 },
11 "scripts": { 11 "scripts": {
12 "jsdoc": "jsdoc", 12 "jsdoc": "jsdoc",
13 "build-edge": "manifoldjs -l error -p edgeextension -f edgeextension -d $EXT _FOLDER -m $SRC_FOLDER/Extension/manifest.json", 13 "build-edge": "manifoldjs -l error -p edgeextension -f edgeextension -d $EXT _FOLDER -m $SRC_FOLDER/manifest.json",
14 "package-edge": "manifoldjs -l error -p edgeextension package $EXT_FOLDER/MS Gname/edgeextension/manifest/" 14 "package-edge": "manifoldjs -l error -p edgeextension package $EXT_FOLDER/MS Gname/edgeextension/manifest/"
15 } 15 }
16 } 16 }
LEFTRIGHT
« no previous file | packagerEdge.py » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld