Skip to content

Commit

Permalink
add browser exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Aug 24, 2023
1 parent 09bb89d commit c2ca116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./browser": {
"types": "./dist/types/index.d.ts",
"import": "./dist/browser.mjs",
"require": "./dist/browser.js"
}
},
"react-native": "./dist/esm/index.js",
Expand Down

0 comments on commit c2ca116

Please sign in to comment.