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:06:59 +05:30
parent a3bd2aca7b
commit c1b661c692

View File

@ -1,8 +1,6 @@
{ {
"name": "silverstripe/mathspamprotection", "name": "silverstripe/mathspamprotection",
"description": "This module provides a simple math protection mechanism for "description": "This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.",
prevent spam from your forms.Includes an EditableMathSpamField to integrate
with the UserForms module.",
"type": "silverstripe-module", "type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection", "mathspamprotection"], "keywords": ["silverstripe", "spamprotection", "mathspamprotection"],
"authors": [ "authors": [