diff --git a/packages-exp/auth-exp/cordova/package.json b/packages-exp/auth-exp/cordova/package.json new file mode 100644 index 00000000000..64d433f737e --- /dev/null +++ b/packages-exp/auth-exp/cordova/package.json @@ -0,0 +1,6 @@ +{ + "name": "@firebase/auth-exp/cordova", + "description": "A Cordova-specific build of the Firebase Auth JS SDK", + "browser": "../dist/cordova/index.js", + "typings": "../dist/cordova/index.cordova.d.ts" +} \ No newline at end of file diff --git a/packages-exp/auth-exp/package.json b/packages-exp/auth-exp/package.json index 523b2570f50..06259e53b43 100644 --- a/packages-exp/auth-exp/package.json +++ b/packages-exp/auth-exp/package.json @@ -12,7 +12,9 @@ "webworker": "dist/index.webworker.esm5.js", "files": [ "dist", - "internal/package.json" + "cordova/package.json", + "internal/package.json", + "react-native/package.json" ], "scripts": { "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'", diff --git a/packages-exp/auth-exp/react-native/package.json b/packages-exp/auth-exp/react-native/package.json new file mode 100644 index 00000000000..f820f9bfc32 --- /dev/null +++ b/packages-exp/auth-exp/react-native/package.json @@ -0,0 +1,6 @@ +{ + "name": "@firebase/auth-exp/react-native", + "description": "A React Native-specific build of the Firebase Auth JS SDK", + "browser": "../dist/rn/index.js", + "typings": "../dist/rn/index.rn.d.ts" +} \ No newline at end of file