chore: update name, version and script in package.json

This commit is contained in:
satnaing
2025-03-08 18:13:47 +07:00
committed by Sat Naing
parent 0cb5a5be7f
commit 9cf78aa64c
+3 -2
View File
@@ -1,11 +1,12 @@
{
"name": "astro-paper-v5",
"name": "astro-paper",
"type": "module",
"version": "0.0.1",
"version": "4.8.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --check .",
"format": "prettier --write .",