Skip to content

Commit 90c685a

Browse files
authored
fix(eventstream-serde-browser): set module to dist output (#1434)
1 parent 40e600e commit 90c685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eventstream-serde-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"main": "./dist/cjs/index.js",
13-
"module": "./build/index.js",
13+
"module": "./dist/es/index.js",
1414
"types": "./dist/cjs/index.d.ts",
1515
"author": {
1616
"name": "AWS SDK for JavaScript Team",

0 commit comments

Comments
 (0)