]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update authors node in composer.json 4985/head
authorJeremy <j0k3r@users.noreply.github.com>
Wed, 16 Apr 2014 15:59:24 +0000 (17:59 +0200)
committerJeremy <j0k3r@users.noreply.github.com>
Wed, 16 Apr 2014 15:59:24 +0000 (17:59 +0200)
`authors` node wasn't valid in composer.json.

composer.json

index 60ca8f7d6c9c63ad08ffb05c3ebb4c6550cb9925..723275691d13bc21fb85175da59873e607809883 100644 (file)
@@ -1,9 +1,12 @@
 {
-    "name": "zurb/foundation"
-  , "description": "The most advanced responsive front-end framework in the world."
-  , "keywords": ["foundation", "scss"]
-  , "homepage": "http://foundation.zurb.com"
-  , "author": "ZURB Inc."
-  , "license": "MIT"
-
+    "name": "zurb/foundation",
+    "description": "The most advanced responsive front-end framework in the world.",
+    "keywords": ["foundation", "scss"],
+    "homepage": "http://foundation.zurb.com",
+    "authors": [
+        {
+            "name": "ZURB Inc."
+        }
+    ],
+    "license": "MIT"
 }