Skip to content

Commit

Permalink
fix: ./hooks types path
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 21, 2023
1 parent c50ce77 commit 4b957b8
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 @@ -12,7 +12,7 @@
"require": "./index.js"
},
"./hooks": {
"types": "./es/hooks.ts",
"types": "./es/hooks.d.ts",
"import": "./es/hooks.mjs",
"require": "./hooks.js"
},
Expand Down

0 comments on commit 4b957b8

Please sign in to comment.