From: Geoff Kimball Date: Mon, 4 Jan 2016 23:05:51 +0000 (-0800) Subject: Use shorthand "license" field in package.json, closes #7104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7442%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use shorthand "license" field in package.json, closes #7104 --- 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" }