Skip to content

Commit d037baf

Browse files
authored
📝 general: change tool name
1 parent 7c9b7c1 commit d037baf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const { getQuestions } = require('./lib/inquirer.js');
66

77
clear();
88

9-
// displays Gitgo on start
9+
// displays Gitg0 on start
1010
if (files.directoryExists('.git')) {
11-
console.log(figlet.textSync('Gitgo', {
11+
console.log(figlet.textSync('Gitg0', {
1212
horizontalLayout: 'default',
1313
verticalLayout: 'default',
1414
}), '\n');

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gitgo",
2+
"name": "gitg0",
33
"version": "1.0.0",
44
"description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.",
55
"main": "index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/dotrachit/gitgo.git"
11+
"url": "git+https://github.com/dotrachit/gitg0.git"
1212
},
1313
"keywords": [
1414
"Git",
@@ -17,9 +17,9 @@
1717
"author": "Rachit Gupta",
1818
"license": "ISC",
1919
"bugs": {
20-
"url": "https://github.com/dotrachit/gitgo/issues"
20+
"url": "https://github.com/dotrachit/gitg0/issues"
2121
},
22-
"homepage": "https://github.com/dotrachit/gitgo#readme",
22+
"homepage": "https://github.com/dotrachit/gitg0#readme",
2323
"dependencies": {
2424
"axios": "^0.21.0",
2525
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)