update documentation

This commit is contained in:
2024-04-20 23:16:19 +02:00
parent 9006e023bd
commit 04170d4834
4 changed files with 48 additions and 35 deletions

View File

@ -2,7 +2,7 @@
"name": "@design.estate/dees-catalog",
"version": "1.0.289",
"private": false,
"description": "website for lossless.com",
"description": "A library for building components and other projects",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
@ -58,5 +58,19 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"Web Components",
"User Interface",
"Design System",
"UI Library",
"Component Library",
"Web Development",
"JavaScript",
"TypeScript",
"Custom Elements",
"Shadow DOM",
"CSS",
"HTML"
]
}
}