]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: update runtime-dom global name
authorEvan You <yyx990803@gmail.com>
Fri, 26 Oct 2018 21:51:09 +0000 (17:51 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 26 Oct 2018 21:51:09 +0000 (17:51 -0400)
packages/runtime-dom/package.json

index 1772c8b0799298639beab0168cc6c1cd0ac4d9a7..e9e7ce9cf0051af026abc5cf042fc7f581644978 100644 (file)
@@ -8,7 +8,7 @@
   "unpkg": "dist/runtime-dom.global.js",
   "sideEffects": false,
   "buildOptions": {
-    "name": "VueDOMRenderer",
+    "name": "VueDOMRuntime",
     "formats": ["esm", "cjs", "global", "esm-browser"]
   },
   "repository": {