Skip to content

Commit

Permalink
Fix paths in package.json's exports (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 16, 2023
1 parent a28906b commit 99732a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/source/index.d.ts",
"default": "./dist/source/index.js"
},
"engines": {
"node": ">=14.16"
Expand Down

0 comments on commit 99732a0

Please sign in to comment.