Skip to content

Commit 6ef89b5

Browse files
committed
fixup: add index.d.ts to package.json files property
Signed-off-by: Lance Ball <[email protected]>
1 parent 7bc4361 commit 6ef89b5

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
@@ -17,7 +17,8 @@
1717
"release": "standard-version"
1818
},
1919
"files": [
20-
"lib"
20+
"lib",
21+
"index.d.ts"
2122
],
2223
"standard-version": {
2324
"types": [

0 commit comments

Comments
 (0)