From c296336ad0eb0cf313b39e38314309c6c7d0027f Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sat, 23 May 2015 15:06:39 -0700 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 9d5c55c..015f49a 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-watch", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "engines": { "node": ">=0.10.0" },