From 242f382da38b4d35da418eb7ee873910cf7f1b75 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 21 Jan 2026 00:09:38 -0500 Subject: [PATCH] chore: Remove empty optionalDependencies section from package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 02d66fa..8163be9 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,5 @@ "prettier-plugin-tailwindcss": "^0.5.10", "tailwindcss": "^3.4.0", "vite": "^5.2.13" - }, - "optionalDependencies": {} + } }