Skip to content

Commit e238363

Browse files
committed
chore: 🏡 更新 utils 包的发布配置
1 parent 0fd3108 commit e238363

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/utils/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"main": "dist/index.cjs",
1313
"module": "dist/index.mjs",
1414
"types": "dist/index.d.ts",
15+
"files": [
16+
"dist"
17+
],
18+
"publishConfig": {
19+
"access": "public",
20+
"registry": "https://registry.npmjs.org/"
21+
},
1522
"scripts": {
1623
"build": "unbuild",
1724
"dev": "unbuild --stub",

0 commit comments

Comments
 (0)