1 Commits

Author SHA1 Message Date
github-actions[bot]
cf719fb554 chore(main): release 1.4.0 2025-02-07 04:16:18 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "1.4.1",
"version": "1.4.0",
"description": "Official CLI for @sern/handler",
"exports": "./dist/index.js",
"bin": {

View File

@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
export const gitInit: PromptObject = {
name: 'gitinit',
type: 'confirm',
message: `Do you want ${blueBright('me')} to initialize git?`,
message: `Do you want to ${blueBright('me')} to initialize git?`,
initial: true,
};