From e6d853b0b2f0436c192365a0ae4afd2f32d5b6d4 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Tue, 27 Feb 2024 16:33:08 +0200 Subject: [PATCH] squash! --- README.md | 2 +- Source/Class/YesMaintain.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9e0e84..b4736e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [YesMaintain] 🔧 +# 🔧 [YesMaintain] Maintains GitHub repositories. diff --git a/Source/Class/YesMaintain.ts b/Source/Class/YesMaintain.ts index 40ea5b3..6e6dbe2 100644 --- a/Source/Class/YesMaintain.ts +++ b/Source/Class/YesMaintain.ts @@ -5,7 +5,7 @@ */ const Program = new (await import("commander")).Command() .name("Maintain") - .description("Maintains GitHub repositories. 🔧") + .description("🔧 Maintains GitHub repositories.") .version(process.env["VERSION_PACKAGE"] ?? "0.0.1"); (await import("../Variable/Command.js")).default?.forEach( diff --git a/package.json b/package.json index 5d26774..0f2abe3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@yesmaintain/script", "version": "0.0.13", "private": false, - "description": "Maintains GitHub repositories. 🔧", + "description": "🔧 Maintains GitHub repositories.", "homepage": "https://github.com/YesMaintain/NPMScript#readme", "bugs": { "url": "https://github.com/YesMaintain/NPMScript/issues"