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.
This commit is contained in:
vikas srivastava 2012-09-29 15:58:44 +05:30
parent 229fed8f03
commit f8f626e2f7
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
{ {
"name": "silverstripe/widgets", "name": "silverstripe/widgets",
"description": "Widgets are small pieces of functionality such as showing "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.",
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.",
"type": "silverstripe-module", "type": "silverstripe-module",
"keywords": ["silverstripe", "widgets", "blog"], "keywords": ["silverstripe", "widgets", "blog"],
"authors": [ "authors": [