Skip to content

Commit

Permalink
fix(compiler-dom): ensure global build filename matches the one defin…
Browse files Browse the repository at this point in the history
…ed in package.json (close #3181) (#3185)

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
  • Loading branch information
LinusBorg and Thorsten Luenborg committed Feb 7, 2021
1 parent f43a3b0 commit 96b6433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compiler-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 96b6433

Please sign in to comment.