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

Side by Side Diff: package.json

Issue 29438577: Issue 5248 - Use wildcard to match any subdomains (Closed) Base URL: https://hg.adblockplus.org/abp2blocklist
Patch Set: Created May 16, 2017, 1:06 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
OLDNEW
1 { 1 {
2 "license" : "GPL-3.0", 2 "license" : "GPL-3.0",
3 "repository": { }, 3 "repository": { },
4 "dependencies": { 4 "dependencies": {
5 "punycode": "*", 5 "punycode": "*"
6 "tldjs": "*"
7 }, 6 },
8 "devDependencies": { 7 "devDependencies": {
9 "nodeunit": "0.9.1" 8 "nodeunit": "0.9.1"
10 }, 9 },
11 "scripts": { 10 "scripts": {
12 "test": "node -e 'require(\".bin/nodeunit\");'" 11 "test": "node -e 'require(\".bin/nodeunit\");'"
13 } 12 }
14 } 13 }
OLDNEW
« no previous file with comments | « lib/abp2blocklist.js ('k') | test/abp2blocklist.js » ('j') | test/abp2blocklist.js » ('J')

Powered by Google App Engine
This is Rietveld