Skip to content

Commit c51c02e

Browse files
committed
cra-215 update
1 parent 54e8ac5 commit c51c02e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create React WP Theme
22

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

55
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
66
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
@@ -36,9 +36,9 @@ To create a WordPress theme using the `create-react-wptheme`, follow these steps
3636
- To do that, go back to your command prompt where you first ran `npm run wpstart` and rerun that same command again.
3737
- 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!
3838

39-
## Updating
39+
## Updating Existing Themes
4040

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

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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-wptheme",
3-
"version": "2.1.3-wptheme-2.2.0",
3+
"version": "2.1.5-wptheme-2.2.1",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)