Skip to content

Commit a1d6953

Browse files
authored
update Style (#26)
* chore: ⬆️ upgrade git-scripts to 0.6.2 * chore: 🎨 * 0.7.7
1 parent b9b0cfb commit a1d6953

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

bin/pre-push.ts

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,23 @@ const cmd = ['git push', remoteName, ...refMaps].join(' ')
8484
checkReturn(shell.exec(cmd, { silent : true }))
8585

8686
console.info(String.raw`
87-
____ _ _ ____ _
88-
/ ___(_) |_ | _ \ _ _ ___| |__
87+
____ _ _ ____ _
88+
/ ___(_) |_ | _ \ _ _ ___| |__
8989
| | _| | __| | |_) | | | / __| '_ \
9090
| |_| | | |_ | __/| |_| \__ \ | | |
91-
\____|_|\__| |_| \__,_|___/_| |_|
91+
\____|_|\__| |_| \__,_|___/_| |_|
9292
93-
____ _ _
93+
____ _ _
9494
/ ___| _ _ ___ ___ ___ ___ __| | |
9595
\___ \| | | |/ __/ __/ _ \/ _ \/ _^ | |
96-
___) | |_| | (_| (_| __/ __/ (_| |_|
96+
___) | |_| | (_| (_| __/ __/ (_| |_|
9797
|____/ \__,_|\___\___\___|\___|\__,_(_)
98-
9998
`)
10099

101100
console.info(`
102101
103-
104-
105-
### Npm version bumped and pushed by inner push inside hook pre-push ###"
106-
-- vvvvvv outer push will be canceled, don't worry, not bug :) vvvvvv --"
107-
102+
### Npm version bumped and pushed by inner push inside hook pre-push ###
103+
-- vvvvvv outer push will be canceled, don't worry, not bug :) vvvvvv --
108104
109105
`)
110106

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatie/git-scripts",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Git Hooks Integration for Chatie Projects",
55
"directories": {
66
"doc": "docs",
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"dependencies": {
51-
"git-scripts": "^0.6.0",
51+
"git-scripts": "^0.6.2",
5252
"pkg-up": "^3.1.0",
5353
"shelljs": "^0.8.3"
5454
},

0 commit comments

Comments
 (0)