Skip to content

Commit

Permalink
fix: add type fallback for all TS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 7, 2023
1 parent bd742f3 commit baef73e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"react"
],
"license": "MIT",
"homepage": "https://github.com/sxzz/unplugin-vue#readme",
"homepage": "https://github.com/sxzz/unplugin-jsx-string#readme",
"bugs": {
"url": "https://github.com/sxzz/unplugin-vue/issues"
"url": "https://github.com/sxzz/unplugin-jsx-string/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sxzz/unplugin-vue.git"
"url": "git+https://github.com/sxzz/unplugin-jsx-string.git"
},
"author": "三咲智子 <[email protected]>",
"files": [
Expand Down Expand Up @@ -61,6 +61,14 @@
},
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit baef73e

Please sign in to comment.