Fix dependency

This commit is contained in:
2022-03-12 22:10:55 +01:00
parent ad8fc526ac
commit 7802084cf2
3 changed files with 30 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tp/tp-input",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "tp-input.js",
"scripts": {
@@ -13,6 +13,7 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0",
"@tp/helpers": "^1.0.0"
}
}