From e3912d37a3692a627b48d4abc58cb69f92f6e019 Mon Sep 17 00:00:00 2001 From: Torbjorn van Heeswijck Date: Tue, 27 May 2025 12:37:34 +0930 Subject: [PATCH] fix: Re-add newline at end of package.json `yarn install` will add this if it isn't there, breaking the release step as it counts as an unclean git history --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 508f228..07bf27b 100644 --- a/package.json +++ b/package.json @@ -67,4 +67,4 @@ "query-string": "^9.1.1" }, "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538" -} \ No newline at end of file +}