From 0eed8de60c001c7b27b0676ebae51f45b537f388 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 11:01:38 +0530 Subject: [PATCH] Bug : Removed errors from Composer.json Contains some minor bugs : 1 - JSON doesn't allow multi line string so making "description" field in single line. 2 - Few typo errors . --- composer.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 3df0420..70ac212 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,14 @@ { "name": "silverstripe/blog", - "description": "The blog module allows you to post blogs on your SilverStripe. - It includes the ability to post blogs using a site front-end form. Blogs are - summarised on the blog holder page type, with more detail viewable when a specific blog is clicked. - ", + "description": "The blog module allows you to post blogs on your SilverStripe. It includes the ability to post blogs using a site front-end form. Blogs are summarised on the blog holder page type, with more detail viewable when a specific blog is clicked.", "type": "silverstripe-module", "keywords": ["silverstripe", "blog"], "authors": [ { - "name": "Saophalkun Ponlu", + "name": "Saophalkun Ponlu" }, { - "name": "Carlos Barberis", + "name": "Carlos Barberis" } ],