From d7dcf3c08527983df7487572413f00cdae4af628 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 18 Jan 2018 17:08:40 -0300 Subject: [PATCH] Updating license information om package.json Otherwise, NPM would display a different license than the one used on Github. --- 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" }