From d54a836a41be45c749b670823c74625027b6f173 Mon Sep 17 00:00:00 2001 From: Gabriellvl <91496499+Gabriellvl@users.noreply.github.com> Date: Fri, 28 Feb 2025 21:49:02 +0100 Subject: [PATCH] fix: comma teveel package.json --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index bff8c51b..096d748d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -23,7 +23,7 @@ "uuid": "^11.1.0", "express": "^5.0.1", "js-yaml": "^4.1.0", - "@types/js-yaml": "^4.0.9", + "@types/js-yaml": "^4.0.9" }, "devDependencies": { "@mikro-orm/cli": "^6.4.6",