Skip to content

Commit 3e4bba9

Browse files
authored
fix: Include type file in npm package (#814)
1 parent 3c2ee9c commit 3e4bba9

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
@@ -6,7 +6,8 @@
66
"types": "./type.d.ts",
77
"files": [
88
"/src",
9-
"/dist"
9+
"/dist",
10+
"./type.d.ts"
1011
],
1112
"repository": "[email protected]:eKoopmans/html2pdf.js.git",
1213
"keywords": [

0 commit comments

Comments
 (0)