Skip to content

Commit

Permalink
updated package.json exports sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Jun 2, 2024
1 parent bca31c8 commit dd8925f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
".": {
"types": "./lib/index.d.ts",
"require": {
"default": "./lib/index.cjs",
"types": "./lib/index.d.cts"
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
},
"import": {
"default": "./lib/index.js",
"types": "./lib/index.d.ts"
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"browser": "./lib/browser/color-2-name.js"
}
Expand Down

0 comments on commit dd8925f

Please sign in to comment.