From 1c516c775ebdfe71d1a0175aaf6bbfa05dea36a4 Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 2 Aug 2024 15:40:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=20pac?= =?UTF-8?q?kage.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/package.json | 2 +- database/package.json | 2 +- logger/package.json | 2 +- server/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/package.json b/config/package.json index aca086e..2bc18ee 100644 --- a/config/package.json +++ b/config/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/Redume/Kekkai/issues" }, "homepage": "https://github.com/Redume/Kekkai#readme", - "description": "", + "description": "Config management service", "dependencies": { "yaml": "^2.5.0" } diff --git a/database/package.json b/database/package.json index 059d8f1..91b6893 100644 --- a/database/package.json +++ b/database/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/Redume/Kekkai/issues" }, "homepage": "https://github.com/Redume/Kekkai#readme", - "description": "", + "description": "Database management service", "dependencies": { "fastify": "^4.28.1", "pg": "^8.12.0", diff --git a/logger/package.json b/logger/package.json index 3298557..10f1261 100644 --- a/logger/package.json +++ b/logger/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/redume/kekkai/issues" }, "homepage": "https://github.com/redume/kekkai#readme", - "description": "", + "description": "Log management Service", "dependencies": { "fastify": "^4.28.1", "pino": "^9.3.2" diff --git a/server/package.json b/server/package.json index 00c65b8..1f047d6 100644 --- a/server/package.json +++ b/server/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/Redume/Kekkai/issues" }, "homepage": "https://github.com/Redume/Kekkai#readme", - "description": "", + "description": "The main service. Web server", "dependencies": { "fastify": "^4.28.1", "pino": "^9.3.2"