Skip to content

Commit baef73e

Browse files
committed
fix: add type fallback for all TS versions
1 parent bd742f3 commit baef73e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"react"
1414
],
1515
"license": "MIT",
16-
"homepage": "https://github.com/sxzz/unplugin-vue#readme",
16+
"homepage": "https://github.com/sxzz/unplugin-jsx-string#readme",
1717
"bugs": {
18-
"url": "https://github.com/sxzz/unplugin-vue/issues"
18+
"url": "https://github.com/sxzz/unplugin-jsx-string/issues"
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/sxzz/unplugin-vue.git"
22+
"url": "git+https://github.com/sxzz/unplugin-jsx-string.git"
2323
},
2424
"author": "三咲智子 <[email protected]>",
2525
"files": [
@@ -61,6 +61,14 @@
6161
},
6262
"./*": "./*"
6363
},
64+
"typesVersions": {
65+
"*": {
66+
"*": [
67+
"./dist/*",
68+
"./*"
69+
]
70+
}
71+
},
6472
"publishConfig": {
6573
"access": "public"
6674
},

0 commit comments

Comments
 (0)