Skip to content

Commit

Permalink
fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Aug 14, 2024
1 parent c985005 commit f4bf841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"exports": {
"import": {
"types": "./index.d.ts",
"default": "./index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./index.d.cts",
"default": "./index.cjs"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"type": "module",
Expand Down

0 comments on commit f4bf841

Please sign in to comment.