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: 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:
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 "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
3 "repository": { },
2 "dependencies": { 4 "dependencies": {
3 "tldjs": "*" 5 "tldjs": "*"
4 } 6 }
5 } 7 }
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