From bf9801c8fa2b22be7860b6465c35edac2913a37b Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 12:48:32 +0300 Subject: [PATCH] update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index f78de4a..2b21756 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-clean", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/gruntjs/grunt-contrib-clean/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "engines": { "node": ">=0.10.0" },