From f4aecd0c49403b7db66fc8c4dd0ba6df15b612cc Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 4 Jan 2016 15:05:51 -0800 Subject: [PATCH] Use shorthand "license" field in package.json, closes #7104 --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 70e24c915..47a691398 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,5 @@ "handlebars-helper-rel", "handlebars-helper-slugify" ], - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/zurb/foundation/blob/master/LICENSE" - } - ] + "license": "MIT" } -- 2.47.2