Skip to content

Commit

Permalink
Add cordova and rn export paths to auth (#5904)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Jan 20, 2022
1 parent 93e6126 commit 17165a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
"require": "./dist/node/index.js"
},
"react-native": "./dist/rn/index.js",
"cordova": "./dist/cordova/index.esm5.js",
"cordova": "./dist/cordova/index.js",
"webworker": "./dist/index.webworker.esm5.js",
"esm5": "./dist/esm5/index.js",
"default": "./dist/esm2017/index.js"
},
"./cordova": "./dist/cordova/index.js",
"./react-native": "./dist/rn/index.js",
"./internal": {
"node": {
"import": "./dist/node-esm/internal.js",
Expand Down

0 comments on commit 17165a8

Please sign in to comment.