Skip to content

Commit

Permalink
add browser field to auth (#3401)
Browse files Browse the repository at this point in the history
* add browser field to auth

* Create fresh-onions-cry.md
  • Loading branch information
Feiyang1 committed Jul 15, 2020
1 parent 28438f6 commit b614546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-onions-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@firebase/auth": patch
---

Add browser field in package.json
1 change: 1 addition & 0 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <firebase-support@google.com> (https://firebase.google.com/)",
Expand Down

0 comments on commit b614546

Please sign in to comment.