Skip to content

Commit 03cc14c

Browse files
committed
fix: include content files
1 parent 70a0a98 commit 03cc14c

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
@@ -52,7 +52,8 @@
5252
"bin/**/*.js",
5353
"lib/**/*.js",
5454
"lib/**/*.d.ts",
55-
"!lib/types/**"
55+
"!lib/types/**",
56+
"lib/content/**"
5657
],
5758
"tap": {
5859
"coverage": true,

0 commit comments

Comments
 (0)