Skip to content

Commit 24a6011

Browse files
committed
update readme
1 parent 6ce3df1 commit 24a6011

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Create React WP Theme
22

3+
*UPDATED* to support create-react-app v2! (TypeScript doesn't work yet)
4+
35
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
46
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
57

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.1-wptheme-2.0.3",
3+
"version": "2.1.1-wptheme-2.0.4",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)