Skip to content

Commit

Permalink
Merge pull request #764 from johannwagner/fix/default-condition-last
Browse files Browse the repository at this point in the history
fix: move default export to the end
  • Loading branch information
slikts authored Oct 16, 2023
2 parents d1d4ede + eb97834 commit 643e2e3
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 643e2e3

Please sign in to comment.