From 0b22db393775faf6a9cf747a99cec6cd78395c62 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Thu, 28 May 2015 15:01:36 -0700 Subject: [PATCH] Fix deprecated package.json licenses --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c9b51ae..0717a46 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-jst", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "engines": { "node": ">=0.10.0" },