Skip to content

Commit

Permalink
fix: correct path to types
Browse files Browse the repository at this point in the history
  • Loading branch information
compwright committed Oct 16, 2023
1 parent 31a23fd commit 7fd911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": {
"default": "./dist/index.d.ts"
".": "./dist/index.d.ts"
}
}
},
Expand Down

0 comments on commit 7fd911a

Please sign in to comment.