Skip to content

Commit 53be351

Browse files
committed
📦 Fix package files
1 parent 7255957 commit 53be351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"exports": null,
77
"bin": "./dist/cli.js",
8-
"files": ["dist/**"],
8+
"files": ["dist/**", "templates/**"],
99
"scripts": {
1010
"build": "rm -rf ./dist && tsc --project ./tsconfig.build.json",
1111
"postbuild": "chmod +x ./dist/cli.js",

0 commit comments

Comments
 (0)