Skip to content

Commit 33329d2

Browse files
committed
Add types to package.json
1 parent 1b34892 commit 33329d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"contributors": [
2727
"Titus Wormer <[email protected]> (https://wooorm.com)"
2828
],
29+
"types": "types/index.d.ts",
2930
"files": [
31+
"types",
3032
"index.js"
3133
],
3234
"dependencies": {

0 commit comments

Comments
 (0)