From fc4a0cb740b560b7a6a9e7c090a8e87f04493652 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 14 Nov 2024 17:57:46 -0800 Subject: [PATCH] fix: remove contributors since I can't opt them into the submission agreement --- playgrounds/app/package.json | 39 +----------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/playgrounds/app/package.json b/playgrounds/app/package.json index 437c038..257bc00 100644 --- a/playgrounds/app/package.json +++ b/playgrounds/app/package.json @@ -5,44 +5,7 @@ "type": "module", "license": "MIT", "author": "Chris Griffing", - "contributors": [ - { - "name": "cmgriffing", - "url": "https://github.com/cmgriffing" - }, - { - "name": "Salman2301", - "url": "https://github.com/Salman2301" - }, - { - "name": "xcrap", - "url": "https://github.com/xcrap" - }, - { - "name": "disdain13", - "url": "https://github.com/disdain13" - }, - { - "name": "miniscruff", - "url": "https://github.com/miniscruff" - }, - { - "name": "KushalGaywala", - "url": "https://github.com/KushalGaywala" - }, - { - "name": "alanhoskins", - "url": "https://github.com/alanhoskins" - }, - { - "name": "SabAlej", - "url": "https://github.com/SabAlej" - }, - { - "name": "naourass", - "url": "https://github.com/naourass" - } - ], + "contributors": [], "scripts": { "dev": "vinxi dev", "build": "vinxi build",