Skip to content

Commit 7522bd7

Browse files
authored
fix: templates not being included in npm pack (#71)
* fix: templates not being included in npm pack * chore: adding changeset
1 parent 6e3c1f9 commit 7522bd7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/witty-apples-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@heymp/scratchpad": patch
3+
---
4+
5+
Fix: generate config failing

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"files": [
1818
"bin/cli.js",
19+
"templates/**",
1920
"src/**",
2021
"types.d.ts"
2122
],

0 commit comments

Comments
 (0)