From eb0b302db918dcdbf3c650e127ef0a0bd7f88176 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 12 Oct 2015 09:53:11 +0300 Subject: [PATCH] Fix non-standard license property. --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 9fb832c..8b489f2 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-sass", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "engines": { "node": ">=0.10.0" },