Skip to content

Commit 2f7c721

Browse files
committed
chore: release v1.0.0
1 parent f93ed88 commit 2f7c721

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/utils/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-tsc",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"packageManager": "pnpm@7.12.0",
66
"description": "",
77
"keywords": [],
@@ -38,10 +38,8 @@
3838
"build": "tsup",
3939
"dev": "tsup --watch"
4040
},
41-
"devDependencies": {
42-
43-
},
44-
"publishConfig": {
45-
"access": "public"
46-
}
41+
"devDependencies": {},
42+
"publishConfig": {
43+
"access": "public"
44+
}
4745
}

0 commit comments

Comments
 (0)