File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 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 1212 "webworker" : " dist/index.webworker.esm5.js" ,
1313 "files" : [
1414 " dist" ,
15- " internal/package.json"
15+ " cordova/package.json" ,
16+ " internal/package.json" ,
17+ " react-native/package.json"
1618 ],
1719 "scripts" : {
1820 "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