This commit is contained in:
Avraham Sakal
2024-11-24 09:44:23 -05:00
parent fdc2354ccc
commit b15ff40740
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "blog-astro", "name": "blog-astro",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.2",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@@ -19,4 +19,4 @@
"devDependencies": { "devDependencies": {
"unocss": "^0.64.1" "unocss": "^0.64.1"
} }
} }