Skip to content

Commit 848ea31

Browse files
committed
fix: locations changed
1 parent 9f7ae3f commit 848ea31

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"exports": {
66
".": {
77
"import": {
8-
"types": "./dist/lambda.d.ts",
9-
"default": "./dist/lambda.js"
8+
"types": "./dist/src/lambda.d.ts",
9+
"default": "./dist/src/lambda.js"
1010
}
1111
},
1212
"./layer": {
1313
"import": {
14-
"types": "./dist/layer.d.ts",
15-
"default": "./dist/layer.js"
14+
"types": "./dist/src/layer.d.ts",
15+
"default": "./dist/src/layer.js"
1616
}
1717
},
1818
"./util": {
1919
"import": {
20-
"types": "./dist/util.d.ts",
21-
"default": "./dist/util.js"
20+
"types": "./dist/src/util.d.ts",
21+
"default": "./dist/src/util.js"
2222
}
2323
},
2424
"./cdk": {
2525
"import": {
26-
"types": "./dist/cdk.d.ts",
27-
"default": "./dist/cdk.js"
26+
"types": "./dist/src/cdk.d.ts",
27+
"default": "./dist/src/cdk.js"
2828
}
2929
}
3030
},

0 commit comments

Comments
 (0)