Skip to content

Commit

Permalink
fix(host-javascript): properly export esm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
freaz committed Aug 17, 2023
1 parent e938dfa commit 79a406a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion host/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@superfaceai/one-sdk",
"version": "3.0.0-beta.3",
"main": "node/index.js",
"exports": {
"./node": "./node/index.js",
"./cloudflare": "./cloudflare/index.js"
},
"type": "module",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 79a406a

Please sign in to comment.