From aa61efa5cd55a93e172119c9b2f25128e6525f61 Mon Sep 17 00:00:00 2001 From: vyshnav Date: Sun, 29 Sep 2024 20:38:34 +0530 Subject: [PATCH] Fix missing newline at the end of package-lock.json --- package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package-lock.json b/package-lock.json index 5e332ef..a26fa1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12281,3 +12281,4 @@ } } } +} \ No newline at end of file