Skip to content

Commit

Permalink
fix: Fix a typo in the webchannel-wrapper's package.json. (#8331)
Browse files Browse the repository at this point in the history
* fix: Fix a typo in the webchannel-wrapper's package.json.

* Create orange-rings-own.md
  • Loading branch information
ehsannas committed Jun 24, 2024
1 parent 8360014 commit b09a267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-rings-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@firebase/webchannel-wrapper": patch
---

fix: Fix a typo in the webchannel-wrapper's package.json that affected ems5 exports.
2 changes: 1 addition & 1 deletion packages/webchannel-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./bloom-blob": {
"types": "./dist/bloom-blob/bloom_blob_types.d.ts",
"require": "./dist/bloom-blob/bloom_blob_es2018.js",
"es5": "./dist/bloom-blob/bloom_blob_es5.js",
"esm5": "./dist/bloom-blob/bloom_blob_es5.js",
"default": "./dist/bloom-blob/esm/bloom_blob_es2018.js"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit b09a267

Please sign in to comment.