Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
* Changed order, according to (publint)[https://publint.dev/fill-pot-po@2.1.17]
  • Loading branch information
vHeemstra committed Jul 22, 2023
1 parent 6355de5 commit 24cb61f
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 @@ -7,9 +7,9 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
}
},
"scripts": {
Expand Down

0 comments on commit 24cb61f

Please sign in to comment.