Skip to content

Commit f3ab497

Browse files
authored
fix(plugin-vue-jsx): files should include index.d.ts (#1473) [skip ci]
1 parent 936fb18 commit f3ab497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/plugin-vue-jsx/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [
7-
"index.js"
7+
"index.js",
8+
"index.d.ts"
89
],
910
"main": "index.js",
1011
"types": "index.d.ts",

0 commit comments

Comments
 (0)