From 723614cb2b18cf6a2ed7d7dddf117249d4981cba Mon Sep 17 00:00:00 2001 From: winkerVSbecks Date: Fri, 12 Jul 2024 12:02:36 -0400 Subject: [PATCH] add author to package json to fix release --- package.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/package.json b/package.json index a6211e82..4eb6db6a 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,8 @@ "version": "1.18.0", "description": "Style Guide + UI library for Chromatic and Storybook marketing sites and docs", "author": { - "name": "Chromatic" + "name": "winkervsbecks" }, - "contributors": [ - { - "name": "winkervsbecks" - }, - { - "name": "cdedreuille" - } - ], "license": "MIT", "repository": { "type": "git",