mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 17:36:53 +00:00
Compare commits
2 Commits
release-pl
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e66d6cfad | ||
|
|
58677cc15d |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sern/cli",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Official CLI for @sern/handler",
|
||||
"exports": "./dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
|
||||
export const gitInit: PromptObject = {
|
||||
name: 'gitinit',
|
||||
type: 'confirm',
|
||||
message: `Do you want to ${blueBright('me')} to initialize git?`,
|
||||
message: `Do you want ${blueBright('me')} to initialize git?`,
|
||||
initial: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user