Skip to content

Commit

Permalink
fix: dts path (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Jun 15, 2022
1 parent 0770f86 commit 1f513e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"funding": "https://github.com/sponsors/antfu",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down Expand Up @@ -51,8 +51,7 @@
}
},
"files": [
"dist",
"*.d.ts"
"dist"
],
"typesVersions": {
"*": {
Expand Down

0 comments on commit 1f513e2

Please sign in to comment.