Skip to content

Commit fcb6c89

Browse files
committed
fix(compiler-dom): fix cdn entries
ref #3181 #3185
1 parent bb29bfe commit fcb6c89

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/compiler-dom.global.js",
9-
"jsdelivr": "dist/compiler-dom/compiler-dom.global.js",
8+
"unpkg": "dist/compiler-dom.global.js",
9+
"jsdelivr": "dist/compiler-dom.global.js",
1010
"files": [
1111
"index.js",
1212
"dist"

0 commit comments

Comments
 (0)