From 388c58264748752e697fbea6df937025d9b0abdf Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 18 Jan 2018 17:01:57 -0300 Subject: [PATCH] No license information on package.json This would create a conflict between what Github says about license, and what NPM says about license. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6556f58..8a92a5e 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,6 @@ }, "devDependencies": { "nodeunit": "~0.7.4" - } + }, + "license": "MIT" }