Skip to content

Commit

Permalink
build: package exports for Vercel Edge Runtime support (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Ponomarev <PonomareVlad@users.noreply.github.com>
  • Loading branch information
PonomareVlad and PonomareVlad authored Jun 26, 2023
1 parent 985e67b commit ef1b947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
".": {
"types": "./out/mod.d.ts",
"node": "./out/mod.js",
"browser": "./out/web.mjs",
"default": "./out/web.mjs"
},
"./types": {
Expand Down

0 comments on commit ef1b947

Please sign in to comment.