From 06a1695be4d382a7ef6ea5c0eb53df280a52a747 Mon Sep 17 00:00:00 2001 From: unkn0wn Date: Wed, 24 Jun 2026 07:56:06 +0200 Subject: [PATCH] fix: add missing newline at end of package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eefd034..93146d1 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,13 @@ "astro": "astro" }, "dependencies": { - "@lucide/astro": "^1.21.0", + "@lucide/astro": "^1.21.0" + }, + "peerDependencies": { "astro": "^7.0.0" }, "devDependencies": { + "astro": "^7.0.0", "sass": "^1.99.0" } } \ No newline at end of file