We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58677cc commit 2e66d6cCopy full SHA for 2e66d6c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sern/cli",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Official CLI for @sern/handler",
5
"exports": "./dist/index.js",
6
"bin": {
src/prompts/init.ts
@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
49
export const gitInit: PromptObject = {
50
name: 'gitinit',
51
type: 'confirm',
52
- message: `Do you want to ${blueBright('me')} to initialize git?`,
+ message: `Do you want ${blueBright('me')} to initialize git?`,
53
initial: true,
54
};
55
0 commit comments