From 8da0414acdea459563cddc8e174dd9125ce0c792 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 23 Feb 2015 11:19:50 -0500 Subject: [PATCH] #1853 Fix some composer.json fields --- composer.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 85c59b4f4..a59d73b7d 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,20 @@ { - "name": "semantic/ui", + "name" : "semantic/ui", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com", - "authors": [ + "authors" : [ { - "name" : "Jack Lukic", - "email": "jacklukic@gmail.com", - "web" : "http://www.jacklukic.com", - "role" : "Creator" + "name" : "Jack Lukic", + "email" : "jacklukic@gmail.com", + "homepage" : "http://www.jacklukic.com", + "role" : "Creator" } ], - "keywords": [ + "support": { + "issues": "https://github.com/Semantic-Org/Semantic-UI/issues", + "source": "https://github.com/Semantic-Org/Semantic-UI" + }, + "keywords" : [ "semantic", "ui", "css",