Skip to content

Commit ab5fe47

Browse files
committed
fix: add exports
1 parent 4265e80 commit ab5fe47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"version": "0.0.0-development",
44
"description": "Helper functions which simplify working with TypeScript lambdas for AWS CDK.",
55
"exports": {
6-
".": {
7-
"types": "./dist/index.d.ts",
8-
"import": "./dist/index.js",
9-
"node": "./dist/index.js"
6+
"./*": {
7+
"import": {
8+
"types": "./dist/*.d.ts",
9+
"default": "./dist/*.js"
10+
}
1011
}
1112
},
1213
"type": "module",

0 commit comments

Comments
 (0)