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

Delta Between Two Patch Sets: package.json

Issue 29331068: Noissue - Populate package.json to avoid npm warnings (abp2blocklist) (Closed)
Left Patch Set: Created Nov. 26, 2015, 5:04 p.m.
Right Patch Set: Add absolute minimum to avoid warnings on npm install Created Nov. 27, 2015, 9:01 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 | no next file » | 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": "abp2blocklist",
3 "description": "A script to convert Adblock Plus filter lists to WebKit block lists",
4 "license" : "GPL-3.0", 2 "license" : "GPL-3.0",
Sebastian Noack 2015/11/27 09:06:06 I just tested it. And it seems the repository file
kzar 2015/11/27 09:13:22 I also get a warning if the license field is missi
Sebastian Noack 2015/11/27 09:22:55 OK, maybe you have a different version of npm. LGT
5 "repository": { 3 "repository": { },
6 "type": "mercurial",
7 "url": "https://hg.adblockplus.org/abp2blocklist"
8 },
9 "dependencies": { 4 "dependencies": {
10 "tldjs": "*" 5 "tldjs": "*"
11 } 6 }
12 } 7 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld