Add missing dependencies.

This commit is contained in:
2022-04-29 16:15:55 +02:00
parent a9f07a5614
commit dcfb3641bb
2 changed files with 151 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tp/tp-checkbox",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "tp-checkbox.js",
"scripts": {
@@ -13,6 +13,8 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@tp/helpers": "^1.1.3",
"@tp/tp-icon": "^1.0.1",
"lit": "^2.2.0"
}
}