Skip to content

Commit

Permalink
Merge pull request #486 from uploadcare/fix/react-native-package-json…
Browse files Browse the repository at this point in the history
…-field

fix(upload-client): fix package.json `react-native` field path
  • Loading branch information
nd0ut authored Oct 18, 2023
2 parents 7dab64a + d8e97a0 commit dcbfcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"module": "./dist/esm/index.node.mjs",
"browser": "./dist/esm/index.browser.mjs",
"react-native": "./dist/index.react-native.js",
"react-native": "./dist/index.react-native.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit dcbfcda

Please sign in to comment.