Skip to content

Commit de93af9

Browse files
committed
build(info): exclude template from package files
1 parent 8c95cce commit de93af9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/info/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"create-uni-info": "./dist/outfile.cjs"
2929
},
3030
"files": [
31-
"dist/outfile.cjs",
32-
"template"
31+
"dist/outfile.cjs"
3332
],
3433
"scripts": {
3534
"build": "tsup",

0 commit comments

Comments
 (0)