]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): include ref-macros.d.ts in npm dist files
authorEvan You <yyx990803@gmail.com>
Thu, 2 Sep 2021 13:40:44 +0000 (09:40 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Sep 2021 13:40:47 +0000 (09:40 -0400)
fix #4433

packages/vue/package.json

index 69d7a55d644a0f805b975bdbfe85e4c271de340d..35df5ff434e10965e52cea74027eea2227c1365d 100644 (file)
@@ -9,7 +9,8 @@
   "jsdelivr": "dist/vue.global.js",
   "files": [
     "index.js",
-    "dist"
+    "dist",
+    "ref-macros.d.ts"
   ],
   "buildOptions": {
     "name": "Vue",