Initial version.

This commit is contained in:
2022-03-28 23:32:54 +02:00
parent dd8d9ca088
commit b39c7a36d5
5 changed files with 178 additions and 41 deletions

View File

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