Skip to content

Commit 0949868

Browse files
committedJul 15, 2023
fix: include *.d.mts in pkg zip
1 parent c520353 commit 0949868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"test": "uvu -r esm test"
3232
},
3333
"files": [
34+
"*.d.mts",
3435
"*.d.ts",
3536
"dist"
3637
],

0 commit comments

Comments
 (0)
Please sign in to comment.