Skip to content

Commit a7e4a95

Browse files
committed
add auth entry points
1 parent f05a02d commit a7e4a95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages-exp/firebase-exp/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
"node": "./auth/dist/index.cjs.js",
3737
"default": "./auth/dist/index.esm.js"
3838
},
39+
"./auth/cordova": {
40+
"node": "./auth/cordova/dist/index.cjs.js",
41+
"default": "./auth/cordova/dist/index.esm.js"
42+
},
43+
"./auth/react-native": {
44+
"node": "./auth/react-native/dist/index.cjs.js",
45+
"default": "./auth/react-native/dist/index.esm.js"
46+
},
3947
"./database": {
4048
"node": "./database/dist/index.cjs.js",
4149
"default": "./database/dist/index.esm.js"

0 commit comments

Comments
 (0)