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

Commit 640d83b

Browse files
committed
fix: typeversions
1 parent 078684b commit 640d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"types": "dist/src/index.d.ts",
5252
"typesVersions": {
53-
"*": { "src/*": ["dist/src/*"] }
53+
"*": { "src/*": ["dist/src/*", "dist/src/*/index"] }
5454
},
5555
"contributors": [
5656
"David Dias <[email protected]>",

0 commit comments

Comments
 (0)