Skip to content

Commit c2ac256

Browse files
authoredApr 29, 2024··
chore: adding main and types back (#493)
1 parent 244d6b5 commit c2ac256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "10.1.0",
44
"description": "Build SQS-based Node applications without the boilerplate",
55
"type": "module",
6+
"main": "dist/cjs/index.js",
7+
"types": "dist/types/index.d.ts",
68
"exports": {
79
".": {
810
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.