From 8fc7ea4220a6675bd1bfcbbf5b9c77acf19fedfb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 29 Sep 2020 09:23:24 +0100 Subject: [PATCH] Remove stray author --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 37a1ea0..4bde867 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,6 @@ "private": true, "version": "0.0.0", "main": "index.js", - "author": { - "name": "Zander Martineau", - "url": "https://zander.wtf" - }, "license": "MIT", "scripts": { "build": "gatsby clean && gatsby build",