Update commit.ts (#154)

* fixed type
This commit is contained in:
Tanoshii
2023-05-04 06:50:09 +02:00
committed by GitHub
parent 3f5df6ef7c
commit ad70a90b1f
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "opencommit", "name": "opencommit",
"version": "2.0.0", "version": "2.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "opencommit", "name": "opencommit",
"version": "2.0.0", "version": "2.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/prompts": "^0.6.1", "@clack/prompts": "^0.6.1",
+3 -3
View File
@@ -73,7 +73,7 @@ ${chalk.grey('——————————————————')}`
...extraArgs ...extraArgs
]); ]);
outro(`${chalk.green('✔')} successfully committed`); outro(`${chalk.green('✔')} Successfully committed`);
outro(stdout); outro(stdout);
@@ -102,7 +102,7 @@ ${chalk.grey('——————————————————')}`
]); ]);
pushSpinner.stop( pushSpinner.stop(
`${chalk.green('✔')} successfully pushed all commits to ${remotes[0]}` `${chalk.green('✔')} Successfully pushed all commits to ${remotes[0]}`
); );
if (stdout) outro(stdout); if (stdout) outro(stdout);
@@ -126,7 +126,7 @@ ${chalk.grey('——————————————————')}`
pushSpinner.stop( pushSpinner.stop(
`${chalk.green( `${chalk.green(
'✔' '✔'
)} successfully pushed all commits to ${selectedRemote}` )} Successfully pushed all commits to ${selectedRemote}`
); );
if (stdout) outro(stdout); if (stdout) outro(stdout);