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 bdacdcb commit 9f2c041
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": "https://raw.githubusercontent.com/vaadin/vaadin-confirm-dialog/master/LICENSE",
"cvdlName": "vaadin-confirm-dialog",
"bugs": {
"url": "https://github.com/vaadin/vaadin-confirm-dialog/issues"
},
Expand Down
4 changes: 4 additions & 0 deletions src/vaadin-confirm-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ <h3 class="header">[[header]]</h3>
return '1.3.0';
}

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

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

0 comments on commit 9f2c041

Please sign in to comment.