From 3d610fa4ec4f1c68c9775fd19c4f00ed381678ac Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Thu, 16 Apr 2026 19:25:33 +0200 Subject: [PATCH] fix: add missing newline at end of package.json --- backend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/package.json b/backend/package.json index dee7d9f9..12d9327d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -49,3 +49,4 @@ "testRegex": ".*\\.spec\\.ts$", "moduleFileExtensions": ["js", "json", "ts"] } +} \ No newline at end of file