From a94e29d99c0b84c1ce727c97f300a44e58044a63 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Sun, 1 Mar 2026 19:40:11 +0100 Subject: [PATCH] chore(frontend): remove unnecessary newline in `overrides` field of `package.json` --- frontend/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0a79eb4..b1a07f8 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -98,6 +98,5 @@ "public" ] }, - "overrides": { - } + "overrides": {} }