Skip to content

Commit b09a267

Browse files
authored
fix: Fix a typo in the webchannel-wrapper's package.json. (#8331)
* fix: Fix a typo in the webchannel-wrapper's package.json. * Create orange-rings-own.md
1 parent 8360014 commit b09a267

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/orange-rings-own.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/webchannel-wrapper": patch
3+
---
4+
5+
fix: Fix a typo in the webchannel-wrapper's package.json that affected ems5 exports.

packages/webchannel-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"./bloom-blob": {
1515
"types": "./dist/bloom-blob/bloom_blob_types.d.ts",
1616
"require": "./dist/bloom-blob/bloom_blob_es2018.js",
17-
"es5": "./dist/bloom-blob/bloom_blob_es5.js",
17+
"esm5": "./dist/bloom-blob/bloom_blob_es5.js",
1818
"default": "./dist/bloom-blob/esm/bloom_blob_es2018.js"
1919
},
2020
"./package.json": "./package.json"

0 commit comments

Comments
 (0)