Skip to content

Commit

Permalink
fix(deps): fix package exports, default must be last
Browse files Browse the repository at this point in the history
  • Loading branch information
rdy committed Dec 2, 2023
1 parent d633e51 commit 100053f
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 @@ -8,9 +8,9 @@
"author": "Marco Cesarato <[email protected]>",
"exports": {
".": {
"default": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./load": "./dist/load.js",
"./package.json": "./package.json"
Expand Down

0 comments on commit 100053f

Please sign in to comment.