Skip to content

Commit

Permalink
cra-215 update
Browse files Browse the repository at this point in the history
  • Loading branch information
handleyj committed Feb 25, 2019
1 parent 54e8ac5 commit c51c02e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create React WP Theme

*UPDATED* to support create-react-app v2.1.3, including TypeScript!
`*UPDATED* to support create-react-app v2.1.5!`

The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
Expand Down Expand Up @@ -36,9 +36,9 @@ To create a WordPress theme using the `create-react-wptheme`, follow these steps
- To do that, go back to your command prompt where you first ran `npm run wpstart` and rerun that same command again.
- In a few seconds you should see your browser load with the standard create-react-app page, but it's running as a WordPress theme!

## Updating
## Updating Existing Themes

When new versions of `Create React WP Theme` are released, you can upgrade using a single command.
When new versions of `Create React WP Theme` are released, you can upgrade an existing theme using a single command.

From within your theme's `react-src` folder, run this command at a command prompt:

Expand Down
8 changes: 4 additions & 4 deletions 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": "create-react-wptheme",
"version": "2.1.3-wptheme-2.2.0",
"version": "2.1.5-wptheme-2.2.1",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c51c02e

Please sign in to comment.