Skip to content

Commit d7f1b77

Browse files
committed
fix(types): include ref-macros.d.ts in npm dist files
fix #4433
1 parent b079996 commit d7f1b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"jsdelivr": "dist/vue.global.js",
1010
"files": [
1111
"index.js",
12-
"dist"
12+
"dist",
13+
"ref-macros.d.ts"
1314
],
1415
"buildOptions": {
1516
"name": "Vue",

0 commit comments

Comments
 (0)