fix(documentation): Update project description and keywords in package.json and npmextra.json. Refactored documentation in readme.md.

This commit is contained in:
2024-06-26 20:30:22 +02:00
parent 3eeb971188
commit ee54e62eab
5 changed files with 237 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@uptime.link/statuspage",
"version": "1.0.72",
"private": false,
"description": "a catalog with webcomponents for uptimelink dashboard",
"description": "A catalog of web components for the UptimeLink dashboard.",
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
"type": "module",
@@ -43,5 +43,19 @@
],
"browserslist": [
"last 1 Chrome versions"
],
"keywords": [
"web components",
"uptimelink",
"dashboard",
"status monitoring",
"typescript",
"incidents",
"status",
"performance",
"uptime",
"frontend",
"UI",
"catalog"
]
}
}