Skip to content

Commit b0e4c70

Browse files
committed
fix component
1 parent 7a94f77 commit b0e4c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom-elements.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"modules": [
55
{
66
"kind": "javascript-module",
7-
"path": "dist/tab/DoubleGaugeComponent.js",
7+
"path": "dist/double-gauge/DoubleGaugeComponent.js",
88
"declarations": [
99
{
1010
"kind": "class",
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"kind": "javascript-module",
58-
"path": "dist/tab/CssGaugeComponent.js",
58+
"path": "dist/css-gauge/CssGaugeComponent.js",
5959
"declarations": [
6060
{
6161
"kind": "class",
@@ -99,7 +99,7 @@
9999
"name": "node-projects-css-gauge",
100100
"declaration": {
101101
"name": "CssGaugeComponent",
102-
"module": "dist/double-gauge/CssGaugeComponent.js"
102+
"module": "dist/css-gauge/CssGaugeComponent.js"
103103
}
104104
}
105105
]

0 commit comments

Comments
 (0)