create-factor-app
Advanced tools
Comparing version 1.8.11 to 1.8.12
{ | ||
"name": "create-factor-app", | ||
"version": "1.8.11", | ||
"version": "1.8.12", | ||
"description": "Create a Factor App in seconds.", | ||
@@ -23,3 +23,3 @@ "bin": "cli.js", | ||
"license": "MIT", | ||
"gitHead": "917af9bcf59285c64d8a0e7596183f79788f4f6e" | ||
"gitHead": "0d60292ad21bce8b694ddb973df714bfdb292d59" | ||
} |
@@ -132,3 +132,5 @@ /* eslint-disable no-console */ | ||
.hex("#0471ff") | ||
.bold(`${figures.arrowRight} Docs:`)} ${this.chalk.bold("https://factor.dev")}` | ||
.bold(`${figures.arrowRight} Docs:`)} ${this.chalk.bold( | ||
"https://factor.dev/docs" | ||
)}` | ||
) | ||
@@ -138,4 +140,4 @@ console.log( | ||
.hex("#0471ff") | ||
.bold(`${figures.arrowRight} Help:`)} ${this.chalk.bold( | ||
"https://go.factor.dev/slack" | ||
.bold(`${figures.arrowRight} Support:`)} ${this.chalk.bold( | ||
"https://factor.dev/forum" | ||
)}` | ||
@@ -142,0 +144,0 @@ ) |
36947
172