fix: add missing newline at end of package.json
Publish to npm / check-and-publish (push) Successful in 20s
Publish to npm / check-and-publish (push) Successful in 20s
This commit is contained in:
+4
-1
@@ -40,10 +40,13 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lucide/astro": "^1.21.0",
|
"@lucide/astro": "^1.21.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
"astro": "^7.0.0"
|
"astro": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"astro": "^7.0.0",
|
||||||
"sass": "^1.99.0"
|
"sass": "^1.99.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user