Skip to content

Commit

Permalink
Fix package export syntax (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Feb 26, 2024
1 parent 5ea6f12 commit 26822dc
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 @@ -16,11 +16,11 @@
"types": "./distribution/shared/index.d.ts",
"default": "./distribution/shared/index.js"
},
"main": {
"./main": {
"types": "./distribution/main/index.d.ts",
"default": "./distribution/main/index.js"
},
"node": {
"./node": {
"types": "./distribution/node/index.d.ts",
"default": "./distribution/node/index.js"
}
Expand Down

0 comments on commit 26822dc

Please sign in to comment.