feat: moved css to html file, updated readme

This commit is contained in:
Daniel Ledda
2022-05-28 13:23:25 +02:00
parent e5e0c47f68
commit db4a332990
8 changed files with 535 additions and 48 deletions

View File

@@ -1,12 +1,8 @@
{
"name": "@djledda/ladder",
"version": "1.0.0",
"version": "1.0.1",
"description": "other libraries provide you with a whole framework - this is just a ladder",
"scripts": {},
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.2",
"vite": "^2.9.9"
},
"main": "index.ts"
}