From c1b661c692c71b5eb3931cbbd633988b53437699 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 15:06:59 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e47e35d..cc1388f 100644 --- a/composer.json +++ b/composer.json @@ -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": [