From 9cf78aa64c32f3d847a361e078646ddf05221b99 Mon Sep 17 00:00:00 2001 From: satnaing Date: Sat, 8 Mar 2025 18:13:47 +0700 Subject: [PATCH] chore: update name, version and script in package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64334c0..effec7d 100644 --- a/package.json +++ b/package.json @@ -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 .",