Skip to content

Commit f8ee64b

Browse files
committed
Resolve comments
1 parent ee0167b commit f8ee64b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/auth/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firebase/auth/extension",
33
"description": "A Manifest-v3-specific build of the Firebase Auth JS SDK",
4-
"main": "dist/index.cjs.js",
4+
"main": "../dist/extension-cjs/index.js",
55
"browser": "../dist/extension-esm2017/index.js",
66
"module": "../dist/extension-esm2017/index.js",
77
"typings": "../dist/extension-esm2017/index.extension.d.ts"

packages/firebase/auth/extension/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2021 Google LLC
3+
* Copyright 2023 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

packages/firebase/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
"app-check",
422422
"auth",
423423
"auth/cordova",
424+
"auth/extension",
424425
"functions",
425426
"firestore",
426427
"firestore/lite",

0 commit comments

Comments
 (0)