From f8f626e2f754b1be4ed2d34cde3052d9ad1c5917 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 15:58:44 +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. --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index dea3ede..5b7f33c 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,6 @@ { "name": "silverstripe/widgets", - "description": "Widgets are small pieces of functionality such as showing - the latest Comments or Flickr Photos. They normally display on the sidebar - of your website. To check out a what a Widget can do watch the Widget video - and try out the demo site.", + "description": "Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.", "type": "silverstripe-module", "keywords": ["silverstripe", "widgets", "blog"], "authors": [