diff --git a/.changeset/fresh-onions-cry.md b/.changeset/fresh-onions-cry.md new file mode 100644 index 00000000000..d3ff83d70ff --- /dev/null +++ b/.changeset/fresh-onions-cry.md @@ -0,0 +1,5 @@ +--- +"@firebase/auth": patch +--- + +Add browser field in package.json diff --git a/packages/auth/package.json b/packages/auth/package.json index 1785af95e6c..47669576c7a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -2,6 +2,7 @@ "name": "@firebase/auth", "version": "0.14.8", "main": "dist/auth.js", + "browser": "dist/auth.js", "module": "dist/auth.esm.js", "description": "Javascript library for Firebase Auth SDK", "author": "Firebase (https://firebase.google.com/)",