]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use shorthand "license" field in package.json, closes #7104 7442/head
authorGeoff Kimball <geoff@zurb.com>
Mon, 4 Jan 2016 23:05:51 +0000 (15:05 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 4 Jan 2016 23:05:51 +0000 (15:05 -0800)
package.json

index 70e24c915cc0eef255934cea3658a05bbc09c8a1..47a691398933b466fcc36074d7f65195e5c2f644 100644 (file)
     "handlebars-helper-rel",
     "handlebars-helper-slugify"
   ],
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "https://github.com/zurb/foundation/blob/master/LICENSE"
-    }
-  ]
+  "license": "MIT"
 }