Sfoglia il codice sorgente

build: update runtime-dom global name

Evan You 7 anni fa
parent
commit
6982f755fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/runtime-dom/package.json

+ 1 - 1
packages/runtime-dom/package.json

@@ -8,7 +8,7 @@
   "unpkg": "dist/runtime-dom.global.js",
   "sideEffects": false,
   "buildOptions": {
-    "name": "VueDOMRenderer",
+    "name": "VueDOMRuntime",
     "formats": ["esm", "cjs", "global", "esm-browser"]
   },
   "repository": {