From e47168f5aa9576819830554f1b37dc0d49b76d31 Mon Sep 17 00:00:00 2001 From: Travis Horn Date: Fri, 29 May 2015 08:55:26 -0500 Subject: [PATCH] Update license in package.json Following the latest spec at https://docs.npmjs.com/files/package.json Include the identifier for the previously-omitted JSON License --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index eb12678112..ec0600eeb3 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,7 @@ "unicode-6.3.0": "0.1.x" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jshint/jshint/blob/master/LICENSE" - } - ], + "license": "(MIT AND JSON)", "preferGlobal": true,