feat: some refactoring and cleanup

This commit is contained in:
Daniel Ledda
2022-05-25 23:49:20 +02:00
parent b3ee2af7c5
commit 7aa8941227
11 changed files with 184 additions and 137 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "ladder",
"name": "@djledda/ladder",
"version": "1.0.0",
"description": "other libraries provide you with a whole framework - this is just a ladder",
"scripts": { },
"repository": {
"type": "git",
"url": "https://git.djledda.de/djledda/ladder"
},
"scripts": {},
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.2"
}
}