Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 27, 2024
1 parent 2eda735 commit e6d853b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [YesMaintain] 🔧
# 🔧 [YesMaintain]

Maintains GitHub repositories.

Expand Down
2 changes: 1 addition & 1 deletion Source/Class/YesMaintain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e6d853b

Please sign in to comment.