diff --git a/package.json b/package.json index 57d9745..4c36cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tp/tp-checkbox", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "tp-checkbox.js", "scripts": { diff --git a/tp-checkbox.js b/tp-checkbox.js index cf9e3e0..b713dd6 100644 --- a/tp-checkbox.js +++ b/tp-checkbox.js @@ -65,7 +65,7 @@ class TpCheckbox extends Inert(ControlState(FormElement(LitElement))) { } static get checkedIcon() { - return svg``; + return svg``; } static get properties() {