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 .
This commit is contained in:
vikas srivastava 2012-09-29 11:01:38 +05:30
parent 48d2704d9e
commit 0eed8de60c

View File

@ -1,17 +1,14 @@
{ {
"name": "silverstripe/blog", "name": "silverstripe/blog",
"description": "The blog module allows you to post blogs on your SilverStripe. "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.",
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", "type": "silverstripe-module",
"keywords": ["silverstripe", "blog"], "keywords": ["silverstripe", "blog"],
"authors": [ "authors": [
{ {
"name": "Saophalkun Ponlu", "name": "Saophalkun Ponlu"
}, },
{ {
"name": "Carlos Barberis", "name": "Carlos Barberis"
} }
], ],