Skip to content

Commit

Permalink
fix: package.json exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 2, 2023
1 parent 99e1f32 commit ed0bcdc
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 @@
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
"exports": {
".": {
"default": "./src/index.js",
"types": "./types/index.d.ts"
"types": "./types/index.d.ts",
"default": "./src/index.js"
}
},
"type": "module",
Expand Down

0 comments on commit ed0bcdc

Please sign in to comment.