Skip to content

Commit

Permalink
chore: Add cvdlName metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille committed Oct 24, 2022
1 parent d391997 commit 07f9373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"author": "Vaadin Ltd",
"license": "SEE LICENSE IN LICENSE.txt",
"cvdlName": "vaadin-chart",
"bugs": {
"url": "https://github.com/vaadin/vaadin-charts/issues"
},
Expand Down
4 changes: 4 additions & 0 deletions src/vaadin-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@
return '6.3.3';
}

static get cvdlName() {
return 'vaadin-chart';
}

static get properties() {
return {
/**
Expand Down

0 comments on commit 07f9373

Please sign in to comment.