Skip to content

Commit b614546

Browse files
authored
add browser field to auth (#3401)
* add browser field to auth * Create fresh-onions-cry.md
1 parent 28438f6 commit b614546

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fresh-onions-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/auth": patch
3+
---
4+
5+
Add browser field in package.json

packages/auth/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@firebase/auth",
33
"version": "0.14.8",
44
"main": "dist/auth.js",
5+
"browser": "dist/auth.js",
56
"module": "dist/auth.esm.js",
67
"description": "Javascript library for Firebase Auth SDK",
78
"author": "Firebase <[email protected]> (https://firebase.google.com/)",

0 commit comments

Comments
 (0)