From bdc86a217547c63aaac447bab0fe8a6c583ce248 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 18 Aug 2015 14:52:46 +0200 Subject: [PATCH] Remove author from composer.json --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 7667cb75..7c4faed2 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,6 @@ "description": "The WordPlate Boilerplate", "keywords": ["wordplate", "wordpress", "boilerplate"], "license": "MIT", - "authors": [ - { - "name": "Vincent Klaiber", - "email": "hello@vinkla.com" - } - ], "require": { "wordplate/framework": "2.6.*", "wpackagist-plugin/advanced-custom-fields": "~4.0",