Skip to content

Commit 49b710e

Browse files
committed
fix package.json metas
1 parent fab53f8 commit 49b710e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "website",
3-
"version": "3.1.0",
4-
"private": true,
3+
"homepage": "https://utcode.net",
54
"description": "website of ut.code();, version 3",
6-
"author": "aster-void and others",
7-
"type": "module",
5+
"private": true,
6+
"version": "3.1.1",
87
"keywords": [
98
"astro",
109
"ut.code();"
1110
],
11+
"type": "module",
1212
"scripts": {
1313
"prepare": "lefthook install && bun sync",
1414
"sync": "astro sync",

0 commit comments

Comments
 (0)