From 5ca73a2656341d090caeb53d99fb293e7ee87f3c Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 23 Jan 2024 22:27:00 -0500 Subject: [PATCH] chore(package): update "contributors" --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 03457fc7..2311da9b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0-alpha", "description": "Just Jokes", "author": "Mark ", + "contributors": [ + "Robert Cohen " + ], "scripts": { "build": "npm run clean && vite build", "clean": "rm -rf dist",