Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 93baedb

Browse files
committed
chore: 增加发布限制
1 parent e8787c1 commit 93baedb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"import": "./dist/index.js"
1212
}
1313
},
14+
"files": [
15+
"dist/**/*",
16+
"package.json",
17+
"README.md",
18+
"LICENSE"
19+
],
1420
"scripts": {
1521
"build": "tsc",
1622
"test": "jest",

0 commit comments

Comments
 (0)