Skip to content

Commit 1f1b7f4

Browse files
committed
Add browser field to messaging
1 parent f3cb0e7 commit 1f1b7f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages-exp/messaging-compat/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"private": true,
77
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
88
"main": "dist/index.cjs.js",
9+
"browser": "dist/index.esm.js",
910
"module": "dist/index.esm.js",
1011
"esm2017": "dist/index.esm2017.js",
1112
"typings": "dist/src/index.d.ts",

packages-exp/messaging-exp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "",
66
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
77
"main": "dist/index.cjs.js",
8+
"browser": "dist/index.esm.js",
89
"module": "dist/index.esm.js",
910
"esm2017": "dist/index.esm2017.js",
1011
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)