]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(package): ensure ref-macros export is recognized by vue-tsc (#5003)
authorThorsten Lünborg <t.luenborg@googlemail.com>
Mon, 6 Dec 2021 04:22:59 +0000 (05:22 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 04:22:59 +0000 (23:22 -0500)
packages/vue/package.json

index f1607b63b1222dba12a33428ce38289b9adca0c9..3248b268c708af30dd4a88209f7f52909c15a9df 100644 (file)
@@ -34,7 +34,7 @@
     },
     "./dist/*": "./dist/*",
     "./package.json": "./package.json",
-    "./ref-macros.d.ts": "./ref-macros.d.ts"
+    "./ref-macros": "./ref-macros.d.ts"
   },
   "buildOptions": {
     "name": "Vue",