Skip to content

Commit

Permalink
chore: adding main and types back
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Apr 29, 2024
1 parent 244d6b5 commit ecc0fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "10.1.0",
"description": "Build SQS-based Node applications without the boilerplate",
"type": "module",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit ecc0fc8

Please sign in to comment.