First version

This commit is contained in:
2024-06-10 23:11:36 +02:00
parent 658b2214d4
commit ae5a604f5c
4 changed files with 341 additions and 40 deletions
+6 -5
View File
@@ -1,18 +1,19 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-textarea",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-textarea.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-element.git"
"url": "https://gitea.codeblob.work/tp-textareas/tp-textarea.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0"
"@tp/helpers": "^2.2.0",
"lit": "^3.0.0"
}
}