From ffd3644af14c7124030f31dfa8f6c4f29f9bce70 Mon Sep 17 00:00:00 2001 From: Christophe Gaethofs Date: Sat, 25 Oct 2014 15:49:17 +0200 Subject: [PATCH] Update composer.json Improved code alignment. --- composer.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index f84ca1eb6..6be638756 100644 --- a/composer.json +++ b/composer.json @@ -2,19 +2,17 @@ "name": "enyo/dropzone", "description": "Handles drag and drop of files for you.", "homepage": "http://www.dropzonejs.com", - "keywords": [ - "dragndrop", - "drag and drop", - "file upload", - "upload" - ], - "authors": [ - { - "name": "Matias Meno", - "email": "m@tias.me", - "homepage": "http://www.matiasmeno.com" - } + "keywords": [ + "dragndrop", + "drag and drop", + "file upload", + "upload" ], + "authors": [{ + "name": "Matias Meno", + "email": "m@tias.me", + "homepage": "http://www.matiasmeno.com" + }], "license": "MIT", "minimum-stability": "dev" }