]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(compiler-dom): ensure global build filename matches the one defined in package...
authorThorsten Lünborg <t.luenborg@googlemail.com>
Sun, 7 Feb 2021 13:40:14 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 13:40:14 +0000 (14:40 +0100)
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
packages/compiler-dom/package.json

index 49f0ed202178208ad6d86fe1317cf1e820489dfa..da5782200c3fdc7459638c3935791bf4a08805af 100644 (file)
@@ -5,8 +5,8 @@
   "main": "index.js",
   "module": "dist/compiler-dom.esm-bundler.js",
   "types": "dist/compiler-dom.d.ts",
-  "unpkg": "dist/compiler-dom/global.js",
-  "jsdelivr": "dist/compiler-dom/global.js",
+  "unpkg": "dist/compiler-dom/compiler-dom.global.js",
+  "jsdelivr": "dist/compiler-dom/compiler-dom.global.js",
   "files": [
     "index.js",
     "dist"