Skip to content

Commit

Permalink
👌 IMPROVE: Output log
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Dec 9, 2020
1 parent ed10e88 commit c750411
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**v0.2.9-22**
- 👌 IMPROVE: Output log.

**v0.2.9-21**
- 📖 DOC: Improve documentation and website.

Expand Down
8 changes: 4 additions & 4 deletions installer/modules/printNextSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ module.exports = () => {
'Like WordPressify? Check out our other free and open source repositories: \n'
);
console.log(
` ${chalk.yellow('GoPablo →')} https://bit.ly/2Hgkfpy`,
` ${chalk.yellow('GoPablo → ')} https://bit.ly/2Hgkfpy`,
'\n',
` ${chalk.gray('GoPablo is a static site generator.')}`,
'\n',
` ${chalk.yellow('FuzzyMail →')} https://bit.ly/2P3Irlr`,
` ${chalk.yellow('FuzzyMail → ')} https://bit.ly/2P3Irlr`,
'\n',
` ${chalk.gray('Email template generator. Making emails fun again.')}`,
'\n',
` ${chalk.yellow('ReactFondue →')} https://bit.ly/2OXgStR`,
` ${chalk.yellow('ReactFondue → ')} https://bit.ly/2OXgStR`,
'\n',
` ${chalk.gray('SEO optimized React applications with SSR.')}`,
'\n',
` ${chalk.green('Powered by Riangle →')} https://bit.ly/2P5i26I`,
` ${chalk.green('Powered by Riangle → ')} https://bit.ly/2P5i26I`,
'\n',
'\n',
` ${chalk.red(
Expand Down
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-21",
"version": "0.2.9-22",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-21",
"version": "0.2.9-22",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit c750411

Please sign in to comment.