Skip to content

Commit

Permalink
Update authors node in composer.json
Browse files Browse the repository at this point in the history
`authors` node wasn't valid in composer.json.
  • Loading branch information
j0k3r committed Apr 16, 2014
1 parent 99aafd8 commit a8aa096
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
@@ -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"
}

0 comments on commit a8aa096

Please sign in to comment.