fix: add missing newline at end of package.json
Publish to npm / check-and-publish (push) Successful in 20s

This commit is contained in:
2026-06-24 07:56:06 +02:00
parent 734a593834
commit 06a1695be4
+4 -1
View File
@@ -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"
}
}