We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd742f3 commit baef73eCopy full SHA for baef73e
package.json
@@ -13,13 +13,13 @@
13
"react"
14
],
15
"license": "MIT",
16
- "homepage": "https://github.com/sxzz/unplugin-vue#readme",
+ "homepage": "https://github.com/sxzz/unplugin-jsx-string#readme",
17
"bugs": {
18
- "url": "https://github.com/sxzz/unplugin-vue/issues"
+ "url": "https://github.com/sxzz/unplugin-jsx-string/issues"
19
},
20
"repository": {
21
"type": "git",
22
- "url": "git+https://github.com/sxzz/unplugin-vue.git"
+ "url": "git+https://github.com/sxzz/unplugin-jsx-string.git"
23
24
"author": "三咲智子 <[email protected]>",
25
"files": [
@@ -61,6 +61,14 @@
61
62
"./*": "./*"
63
64
+ "typesVersions": {
65
+ "*": {
66
+ "*": [
67
+ "./dist/*",
68
+ "./*"
69
+ ]
70
+ }
71
+ },
72
"publishConfig": {
73
"access": "public"
74
0 commit comments