Merge Branch create-util #19
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@matthiesenxyz/create-astro-ghostcms",
|
||||
"version": "0.0.1-dev08",
|
||||
"version": "0.0.1-dev09",
|
||||
"description": "Utility to quickly get started with our Integration and astro",
|
||||
"type": "module",
|
||||
"main": "./create-astro-ghostcms.mjs",
|
||||
|
|
|
@ -45,7 +45,7 @@ export async function createBasic(ctx) {
|
|||
initialValue: false,
|
||||
}), initGitRepo: () =>
|
||||
prompts.confirm({
|
||||
message: `${c.cyan('Initialize a Git repository?')} ${c.dim(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`,
|
||||
message: `${c.cyan('Initialize a Git repository?')} ${c.gray(`( Tip: If this option gets 'stuck' press the enter button a second time! )`)}`,
|
||||
initialValue: false,
|
||||
}),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue