Skip to content

Commit

Permalink
fix: Move default export to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed Oct 14, 2023
1 parent d1d4ede commit eb97834
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 @@ -4,8 +4,8 @@
"source": "src/index.ts",
"exports": {
"require": "./dist/queueable.js",
"default": "./dist/queueable.modern.mjs",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/queueable.modern.mjs"
},
"types": "./dist/index.d.ts",
"main": "./dist/queueable.js",
Expand Down

0 comments on commit eb97834

Please sign in to comment.