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

Commit 1027046

Browse files
committed
fix: include src in package files
1 parent 42cdb4d commit 1027046

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"create-maizzle": "bin/create-maizzle.mjs"
99
},
1010
"files": [
11-
"bin"
11+
"bin",
12+
"src"
1213
],
1314
"scripts": {
1415
"release": "np",

0 commit comments

Comments
 (0)