From d20c0a77bb1ba682fabea0d687c778b620f3586c Mon Sep 17 00:00:00 2001 From: Dan Okkels Brendstrup Date: Thu, 12 Nov 2015 21:54:50 +0100 Subject: [PATCH] Fix MIT license annotation in package.json As per https://docs.npmjs.com/files/package.json#license --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c84013ae..63391944 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,7 @@ "sinon": "^1.17.2", "sinon-chai": "^2.8.0" }, - "licenses": [ - { - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - } - ], + "license": "MIT", "files": [ "mithril.min.js", "mithril.min.js.map",