From 75e0a37fdd4d620d7a5a1c09a17c8fa7bec24693 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 22 May 2015 18:21:05 -0700 Subject: package.json: Update format of `license` data See http://npm1k.org & https://github.com/npm/npm/releases/tag/v2.10.0 --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 35868d1..6f765d1 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,7 @@ "bugs": { "url": "https://github.com/twbs/grunt-bootlint/issues" }, - "license": [ - { - "type": "MIT", - "url": "https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT" - } - ], + "license": "MIT", "keywords": [ "gruntplugin", "bootstrap", -- cgit v1.2.3