Skip to content

Commit

Permalink
feat(javascript): add react-native field in package.json (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Sep 18, 2024
1 parent 4545f0f commit d67c0e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"jsdelivr": "./dist/builds/browser.umd.js",
"unpkg": "./dist/builds/browser.umd.js",
"react-native": "./dist/builds/browser.js",
"files": [
"dist",
"model",
Expand Down Expand Up @@ -105,6 +106,7 @@
},
"jsdelivr": "./dist/algoliasearch.umd.js",
"unpkg": "./dist/algoliasearch.umd.js",
"react-native": "./dist/browser.js",
"files": [
"dist",
"builds",
Expand Down

0 comments on commit d67c0e0

Please sign in to comment.