Skip to content

Commit 1828ed6

Browse files
committed
chore: 在 package.json 中添加 templates 目录到文件列表
1 parent ee6bbcc commit 1828ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"module": "./dist/index.js",
3535
"types": "./dist/index.d.ts",
3636
"files": [
37-
"dist"
37+
"dist",
38+
"templates"
3839
],
3940
"scripts": {
4041
"build": "rslib build",

0 commit comments

Comments
 (0)