From 903f5af66318d9bc9332002fbe44d71ba01baf80 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 8 Sep 2023 09:49:03 +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 2400587..2dc7eab 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,7 @@ "tag", "label" ], - "author": "Docker", - "contributors": [ - { - "name": "CrazyMax", - "url": "https://crazymax.dev" - } - ], + "author": "Docker Inc.", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0",