Skip to content

Commit 3ea2869

Browse files
committed
fix: Fix a typo in the webchannel-wrapper's package.json.
1 parent ca41391 commit 3ea2869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webchannel-wrapper/package.json

Lines changed: 1 addition & 1 deletion
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)