Skip to content

Commit

Permalink
Fix relative path in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 16, 2022
1 parent 23e332c commit 6d2853f
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 @@ -11,7 +11,7 @@
"main": "./dist/index.cjs",
"types": "types.d.ts",
"exports": {
"types": "types.d.ts",
"types": "./types.d.ts",
"require": "./dist/index.cjs",
"import": "./src/index.js",
"default": "./src/index.js"
Expand Down

0 comments on commit 6d2853f

Please sign in to comment.