Skip to content

Commit

Permalink
chore: updating main and types exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jan 8, 2025
1 parent 9dda866 commit a129aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "5.0.0",
"description": "Enqueues messages onto a given SQS queue",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit a129aee

Please sign in to comment.