fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185)

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
This commit is contained in:
Thorsten Lünborg 2021-02-07 14:40:14 +01:00 committed by GitHub
parent f43a3b0beb
commit 96b6433524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"