Skip to content

Commit

Permalink
Fix Vite compatibility
Browse files Browse the repository at this point in the history
Fixes #246
Closes #247
  • Loading branch information
sindresorhus committed Jan 26, 2023
1 parent 106042a commit a57c807
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 @@ -14,11 +14,11 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.js"
"default": "./dist/index.js"
},
"./dev-only": {
"types": "./dist/index.d.ts",
"node": "./dev-only.js"
"default": "./dev-only.js"
}
},
"sideEffects": false,
Expand Down

0 comments on commit a57c807

Please sign in to comment.