Skip to content

Commit

Permalink
Apply publint recommendations (#2157)
Browse files Browse the repository at this point in the history
* Apply publint recommendations

* Minor changes

* Minor changes

* Minor changes
  • Loading branch information
dbritto-dev authored Oct 31, 2023
1 parent 7015891 commit 91157db
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": {
"types": "./esm/index.d.mts",
"default": "./esm/index.mjs"
},
"module": "./esm/index.js",
"default": "./index.js"
"module": {
"types": "./index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./vanilla": {
"types": "./vanilla.d.ts",
Expand Down

1 comment on commit 91157db

@vercel
Copy link

@vercel vercel bot commented on 91157db Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.