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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index e69c727f2fd04b8ca2e080dee7b9eb1295f4a61c..cc13189bcda5c5b7d1f2a5f0e1dd1d53fc2969e8 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,6 @@
{
+ "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
+ "repository": { },
"dependencies": {
"tldjs": "*"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld