Skip to content

Commit

Permalink
Merge pull request #47 from remcohaszing/fix-types
Browse files Browse the repository at this point in the history
Fix ESM types
  • Loading branch information
dy authored May 8, 2023
2 parents bafa5be + d9654d3 commit bb37ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
"default": "./index.js"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -28,7 +27,8 @@
"files": [
"index.js",
"index.mjs",
"index.d.ts"
"index.d.ts",
"index.d.mts"
],
"license": "MIT",
"typings": "./index.d.ts"
Expand Down

0 comments on commit bb37ab4

Please sign in to comment.