Skip to content

Commit c046251

Browse files
fix(vue): actually publish the type definition
1 parent 7f7a3a4 commit c046251

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/react/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "./dist/react-output-target/index.d.ts",
88
"type": "module",
99
"files": [
10-
"dist/"
10+
"dist/",
11+
"runtime.d.ts"
1112
],
1213
"publishConfig": {
1314
"access": "public"

packages/vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://stenciljs.com/",
77
"license": "MIT",
88
"files": [
9-
"dist/"
9+
"dist/",
10+
"runtime.d.ts"
1011
],
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)