workflow: rename umd build to global

This commit is contained in:
Evan You
2018-09-19 12:46:55 -04:00
parent d1bc6ee8d6
commit 73106b8553
5 changed files with 28 additions and 28 deletions

View File

@@ -5,10 +5,10 @@
"main": "index.js",
"module": "dist/renderer-dom.esm.js",
"typings": "dist/index.d.ts",
"unpkg": "dist/renderer-dom.umd.js",
"unpkg": "dist/renderer-dom.global.js",
"buildOptions": {
"name": "Vue",
"formats": ["esm", "cjs", "umd", "esm-browser"]
"name": "VueDOMRenderer",
"formats": ["esm", "cjs", "global", "esm-browser"]
},
"repository": {
"type": "git",