Skip to content

Commit

Permalink
fix: fix typescript issue and fix wrong export field (fix #143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Aug 24, 2022
1 parent ce0f46c commit 3aaacf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./index-compat.js"
},
"./package.json": "./package.json",
"./": "./"
"./*": "./*"
},
"files": [
"dist",
Expand Down

0 comments on commit 3aaacf5

Please sign in to comment.