Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: correction package.json exports types path (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-cc authored Apr 4, 2023
1 parent 2c199b7 commit c1e9a6d
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 @@ -45,7 +45,7 @@
],
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./selectors": {
Expand Down

0 comments on commit c1e9a6d

Please sign in to comment.