Skip to content

Commit 96b6433

Browse files
LinusBorgThorsten Luenborg
and
Thorsten Luenborg
authored
fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185)
Co-authored-by: Thorsten Luenborg <[email protected]>
1 parent f43a3b0 commit 96b6433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "index.js",
66
"module": "dist/compiler-dom.esm-bundler.js",
77
"types": "dist/compiler-dom.d.ts",
8-
"unpkg": "dist/compiler-dom/global.js",
9-
"jsdelivr": "dist/compiler-dom/global.js",
8+
"unpkg": "dist/compiler-dom/compiler-dom.global.js",
9+
"jsdelivr": "dist/compiler-dom/compiler-dom.global.js",
1010
"files": [
1111
"index.js",
1212
"dist"

0 commit comments

Comments
 (0)