Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit c7fa80f

Browse files
authored
fix: Add index.d.ts to files (#30)
Fixes #29
1 parent 62ecf5b commit c7fa80f

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
@@ -23,7 +23,8 @@
2323
"doctoc": "npx doctoc --maxlevel 2 README.md"
2424
},
2525
"files": [
26-
"dist"
26+
"dist",
27+
"index.d.ts"
2728
],
2829
"dependencies": {
2930
"match-sorter": "^4.1.0"

0 commit comments

Comments
 (0)