From 58ee34cb6bad9fc3b471453afb4ed741cb0e6ff3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 8 Sep 2023 09:45:17 +0200 Subject: [PATCH] chore: fix author in package.json Signed-off-by: CrazyMax --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 3a78eb5..e6adfca 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,7 @@ "build", "push" ], - "author": "Docker", - "contributors": [ - { - "name": "CrazyMax", - "url": "https://crazymax.dev" - } - ], + "author": "Docker Inc.", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0",