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

Side by Side Diff: package.json

Issue 29331068: Noissue - Populate package.json to avoid npm warnings (abp2blocklist) (Closed)
Patch Set: Created Nov. 26, 2015, 5:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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": "abp2blocklist",
3 "description": "A script to convert Adblock Plus filter lists to WebKit block lists",
4 "license" : "GPL-3.0",
5 "repository": {
6 "type": "mercurial",
7 "url": "https://hg.adblockplus.org/abp2blocklist"
8 },
2 "dependencies": { 9 "dependencies": {
3 "tldjs": "*" 10 "tldjs": "*"
4 } 11 }
5 } 12 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld