Skip to content

Commit

Permalink
Fix require type export
Browse files Browse the repository at this point in the history
  • Loading branch information
josephearl authored Mar 31, 2024
1 parent 3584961 commit 6972fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "./esm/index.mjs"
},
"require": {
"types": "./cjs/index.d.mts",
"types": "./cjs/index.d.ts",
"default": "./cjs/index.js"
},
"default": "./cjs/index.js"
Expand Down

0 comments on commit 6972fb4

Please sign in to comment.