This commit is contained in:
2024-12-29 23:16:13 +01:00
parent 2afe9d1965
commit fc1f20f50c
2 changed files with 11 additions and 9 deletions

View File

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