Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
serdnam committed Nov 10, 2022
1 parent 3d7675a commit b300f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.js",
"types": "./index.d.ts"
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b300f7c

Please sign in to comment.