Skip to content

Commit 9cf78aa

Browse files
committed
chore: update name, version and script in package.json
1 parent 0cb5a5b commit 9cf78aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "astro-paper-v5",
2+
"name": "astro-paper",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "4.8.0",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
88
"preview": "astro preview",
9+
"sync": "astro sync",
910
"astro": "astro",
1011
"format:check": "prettier --check .",
1112
"format": "prettier --write .",

0 commit comments

Comments
 (0)