Skip to content

Commit 2aa6133

Browse files
Lms24andreiborza
authored andcommitted
fix(aws-serverless): Include ESM artifacts in package (#11973)
Fix the `files` property in our AWS Serverless SDK `package.json` to include ESM artifacts now that we support ESM in AWS Serverless.
1 parent 4f3fc0a commit 2aa6133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-serverless/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"files": [
1313
"cjs",
14+
"esm",
1415
"types",
1516
"types-ts3.8",
1617
"import-hook.mjs",

0 commit comments

Comments
 (0)