Skip to content

Commit db72a1f

Browse files
authored
Merge pull request #24 from hypothesis/publish-types
Ensure type declaration files are published with the package
2 parents ac53229 + 66f124f commit db72a1f

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
@@ -20,7 +20,8 @@
2020
"preact": "^10.18.1"
2121
},
2222
"files": [
23-
"lib/**/*.js"
23+
"lib/**/*.js",
24+
"lib/**/*.d.ts"
2425
],
2526
"prettier": {
2627
"arrowParens": "avoid",

0 commit comments

Comments
 (0)