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

Side by Side Diff: package.json

Issue 29860555: Issue 6717 - Part 2: run qunit in headless firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/3270e924ba9f
Patch Set: Created Aug. 21, 2018, 10:57 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« README.md ('K') | « dependencies ('k') | test/firefox.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "adblockpluschrome", 2 "name": "adblockpluschrome",
3 "repository": "https://hg.adblockplus.org/adblockpluschrome", 3 "repository": "https://hg.adblockplus.org/adblockpluschrome",
4 "license": "GPL-3.0", 4 "license": "GPL-3.0",
5 "dependencies": {}, 5 "dependencies": {},
6 "devDependencies": { 6 "devDependencies": {
7 "eslint": "^5.1.0", 7 "eslint": "^5.1.0",
8 "eslint-config-eyeo": "^2.1.0" 8 "eslint-config-eyeo": "^2.1.0",
9 "geckodriver": "^1.9.0",
10 "nodeunit": "0.9.1",
11 "ncp": "2.0.0",
12 "extract-zip": "1.6.5",
hub 2018/08/21 13:23:21 we tend to keep the modules in alphabetical order.
tlucas 2018/08/22 07:01:30 Done.
13 "selenium-webdriver": "^3.6.0"
hub 2018/08/21 13:23:21 it is missing "dmg" in that list. (it is need for
tlucas 2018/08/22 07:01:31 Done.
9 }, 14 },
10 "scripts": { 15 "scripts": {
11 "lint": "eslint *.js lib/ qunit/ ext/", 16 "lint": "eslint *.js lib/ qunit/ ext/ test/",
17 "run_tests": "node test_runner.js",
18 "test": "_run () { python build.py devenv -t $1; npm run run_tests ; } ; _ru n",
12 "posttest": "npm run lint" 19 "posttest": "npm run lint"
13 } 20 }
14 } 21 }
OLDNEW
« README.md ('K') | « dependencies ('k') | test/firefox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld