Skip to content

Commit aa77adc

Browse files
Artur-claude
andcommitted
chore: add web-types.lit.json configuration for breadcrumb component
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 486eb00 commit aa77adc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/breadcrumb/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"src",
2424
"vaadin-*.d.ts",
2525
"vaadin-*.js",
26-
"web-types.json"
26+
"web-types.json",
27+
"web-types.lit.json"
2728
],
2829
"keywords": [
2930
"Vaadin",
@@ -46,6 +47,7 @@
4647
"sinon": "^21.0.0"
4748
},
4849
"web-types": [
49-
"web-types.json"
50+
"web-types.json",
51+
"web-types.lit.json"
5052
]
5153
}

0 commit comments

Comments
 (0)