Skip to content

Commit

Permalink
🐛 FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Aug 19, 2019
1 parent c01f8ba commit 6ae1206
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ sudo apt-get install -y nodejs
That's it. Now just follow the WordPressify installation instructions.

# Changelog
**v0.2.0**
- 🐛 FIX: Typo.

**v0.1.9**
- 🐛 FIX: Dependencies.

Expand Down
2 changes: 1 addition & 1 deletion installer/modules/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = () => {
spinner.succeed();

// Installing WordPress files
spinner.start(`2. Installing WordPress files from ${chalk.green('https://wordpress.org/')} ...`);
spinner.start(`3. Installing WordPress files from ${chalk.green('https://wordpress.org/')} ...`);
await execa('npm', ['run', 'install:wordpress']);
spinner.succeed();

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.1.9",
"version": "0.2.0",
"description": "A build system designed to automate your WordPress development workflow.",
"homepage": "https://www.wordpressify.co",
"repository": "https://github.com/luangjokaj/wordpressify",
Expand Down

0 comments on commit 6ae1206

Please sign in to comment.