File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @firebase/auth-exp/cordova" ,
3
+ "description" : " A Cordova-specific build of the Firebase Auth JS SDK" ,
4
+ "browser" : " ../dist/cordova/index.js" ,
5
+ "typings" : " ../dist/cordova/index.cordova.d.ts"
6
+ }
Original file line number Diff line number Diff line change 12
12
"webworker" : " dist/index.webworker.esm5.js" ,
13
13
"files" : [
14
14
" dist" ,
15
- " internal/package.json"
15
+ " cordova/package.json" ,
16
+ " internal/package.json" ,
17
+ " react-native/package.json"
16
18
],
17
19
"scripts" : {
18
20
"lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @firebase/auth-exp/react-native" ,
3
+ "description" : " A React Native-specific build of the Firebase Auth JS SDK" ,
4
+ "browser" : " ../dist/rn/index.js" ,
5
+ "typings" : " ../dist/rn/index.rn.d.ts"
6
+ }
You can’t perform that action at this time.
0 commit comments