Skip to content

Commit

Permalink
fix: use the correct stega export conditions for react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 17, 2024
1 parent b653664 commit 06af163
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 @@ -60,8 +60,8 @@
"require": "./dist/stega.browser.cjs"
},
"react-native": {
"import": "./dist/index.browser.js",
"require": "./dist/index.browser.cjs"
"import": "./dist/stega.browser.js",
"require": "./dist/stega.browser.cjs"
},
"react-server": "./dist/stega.browser.js",
"bun": "./dist/stega.browser.js",
Expand Down

0 comments on commit 06af163

Please sign in to comment.