Skip to content

Commit 9e67db3

Browse files
jaulzcooperka
authored andcommitted
🐛 Add index.d.ts to published files (#39)
1 parent 66a00d8 commit 9e67db3

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": "index.d.ts",
77
"files": [
88
"lib",
9-
"src"
9+
"src",
10+
"index.d.ts"
1011
],
1112
"scripts": {
1213
"test": "jest",

0 commit comments

Comments
 (0)