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
1 changed files with 1 additions and 3 deletions

View File

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