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

Delta Between Two Patch Sets: package.json

Issue 29677659: Issue #6303 - Introduce basic foundation for automation in adblockplusui (Closed)
Left Patch Set: Created Feb. 7, 2018, 2:21 p.m.
Right Patch Set: Created Feb. 7, 2018, 2:32 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
« README.md ('K') | « README.md ('k') | test_server.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": "adblockplusui", 2 "name": "adblockplusui",
3 "private": true, 3 "private": true,
4 "description": "Adblock Plus UI", 4 "description": "Adblock Plus UI",
5 "scripts": { 5 "scripts": {
6 "lint": "npm run lint:js", 6 "lint": "npm run lint:js",
7 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js", 7 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js",
8 "prepare": "python2 ensure_dependencies.py", 8 "prepare": "python2 ensure_dependencies.py",
9 "start": "bash -c 'http-server \"${@:2}\"'" 9 "start": "http-server"
10 }, 10 },
11 "devDependencies": { 11 "devDependencies": {
12 "eslint": "^4.16.0", 12 "eslint": "^4.16.0",
13 "eslint-config-eyeo": "^2.0.0", 13 "eslint-config-eyeo": "^2.0.0",
14 "http-server": "^0.11.1" 14 "http-server": "^0.11.1"
15 } 15 }
16 } 16 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld