We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05108a commit 44d7893Copy full SHA for 44d7893
Source/Class/YesMaintain.ts
@@ -5,7 +5,7 @@
5
*/
6
const Program = new (await import("commander")).Command()
7
.name("Maintain")
8
- .description("Maintains GitHub repositories")
+ .description("Maintains GitHub repositories. 🔧")
9
.version(process.env["VERSION_PACKAGE"] ?? "0.0.1");
10
11
(await import("../Variable/Command.js")).default?.forEach(
package.json
@@ -2,7 +2,7 @@
2
"name": "@yesmaintain/script",
3
"version": "0.0.11",
4
"private": false,
- "description": "🔧 Maintains GitHub repositories.",
+ "description": "Maintains GitHub repositories. 🔧",
"homepage": "https://github.com/YesMaintain/NPM#readme",
"bugs": {
"url": "https://github.com/YesMaintain/NPM/issues"
0 commit comments