Skip to content

Commit

Permalink
fix: fix exports (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 21, 2023
1 parent 359e994 commit b2cce88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
},
"exports": {
".": {
"browser": "./dist/esm/client/hooks.js",
"node": "./dist/cjs/server/hooks.js",
"default": "./dist/esm/client/hooks.js"
"default": "./dist/esm/server/hooks.js"
},
"./server": {
"node": "./dist/cjs/server/index.js",
Expand Down

0 comments on commit b2cce88

Please sign in to comment.