Initial version

This commit is contained in:
2022-03-12 22:45:49 +01:00
parent 618c488072
commit bb907d9880
5 changed files with 82 additions and 44 deletions

View File

@@ -1,18 +1,15 @@
{
"name": "@tp/tp-element",
"version": "0.0.1",
"name": "@tp/tp-store",
"version": "1.0.0",
"description": "",
"main": "tp-element.js",
"main": "tp-store.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-stores/tp-store.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0"
}
"license": "Apache-2.0"
}