Skip to content

Commit 44d7893

Browse files
squash!
1 parent e05108a commit 44d7893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Class/YesMaintain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
const Program = new (await import("commander")).Command()
77
.name("Maintain")
8-
.description("Maintains GitHub repositories")
8+
.description("Maintains GitHub repositories. 🔧")
99
.version(process.env["VERSION_PACKAGE"] ?? "0.0.1");
1010

1111
(await import("../Variable/Command.js")).default?.forEach(

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@yesmaintain/script",
33
"version": "0.0.11",
44
"private": false,
5-
"description": "🔧 Maintains GitHub repositories.",
5+
"description": "Maintains GitHub repositories. 🔧",
66
"homepage": "https://github.com/YesMaintain/NPM#readme",
77
"bugs": {
88
"url": "https://github.com/YesMaintain/NPM/issues"

0 commit comments

Comments
 (0)