From 9d373511edb8d7cbb74e288049c5fb7af757b7b5 Mon Sep 17 00:00:00 2001 From: Rendom Date: Tue, 8 Oct 2013 09:49:48 +0200 Subject: [PATCH] Invalid json fix Former-commit-id: 6ae864089f487e20f494776e6e41f7c0fc5ac502 Former-commit-id: d06134d9f3ab606789cbff18e6fe191b60a3a820 --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c03e13c9d..e08a4e9a7 100755 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ { "name" : "Jack Lukic", "email": "jacklukic@gmail.com", - T"web" : "http://www.jacklukic.com", + "web" : "http://www.jacklukic.com", "role" : "Creator" } ], @@ -17,7 +17,5 @@ "css", "framework" ], - "license" : [ - "MIT" - ] -} + "license" : "MIT" +} \ No newline at end of file