From 17aa90b395beadafb137f974095a1c0a2445be9b Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Wed, 28 Apr 2021 10:51:47 +0200 Subject: [PATCH] Add license information to the package.json Tools like VersionEye are using this kind of information for license compliance analysis. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 847abde..f837f9f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "jsonp", "description": "A sane JSONP implementation.", "version": "0.2.1", + "license": "MIT", "dependencies": { "debug": "^2.1.3" },