Skip to content

Commit 17165a8

Browse files
authored
Add cordova and rn export paths to auth (#5904)
1 parent 93e6126 commit 17165a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/auth/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
"require": "./dist/node/index.js"
1818
},
1919
"react-native": "./dist/rn/index.js",
20-
"cordova": "./dist/cordova/index.esm5.js",
20+
"cordova": "./dist/cordova/index.js",
2121
"webworker": "./dist/index.webworker.esm5.js",
2222
"esm5": "./dist/esm5/index.js",
2323
"default": "./dist/esm2017/index.js"
2424
},
25+
"./cordova": "./dist/cordova/index.js",
26+
"./react-native": "./dist/rn/index.js",
2527
"./internal": {
2628
"node": {
2729
"import": "./dist/node-esm/internal.js",

0 commit comments

Comments
 (0)