Fix tag name

This commit is contained in:
trading_peter 2022-03-13 16:15:27 +01:00
parent aed3f7eda9
commit 1e9ab0e01d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tp/tp-multi-toggle",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "tp-multi-toggle.js",
"scripts": {

View File

@ -88,4 +88,4 @@ class TpMultiToggle extends FormElement(LitElement) {
}
}
window.customElements.define('to-multi-toggle', TpMultiToggle);
window.customElements.define('tp-multi-toggle', TpMultiToggle);