From 4abf69844ad86c8890bd0d31abeb2b80bc0ffd52 Mon Sep 17 00:00:00 2001 From: Raul Lugo Date: Thu, 22 Jan 2026 12:47:17 +0100 Subject: [PATCH] fix: unclosed string in package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc781fb..440dfe6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "jose": "^5.0.0" }, "peerDependencies": { - "astro": ">=5.0.0 + "astro": ">=5.0.0" }, "devDependencies": { "@types/node": "^25.0.9",