We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce3df1 commit 24a6011Copy full SHA for 24a6011
README.md
@@ -1,5 +1,7 @@
1
# Create React WP Theme
2
3
+*UPDATED* to support create-react-app v2! (TypeScript doesn't work yet)
4
+
5
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
6
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
7
package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-wptheme",
- "version": "2.1.1-wptheme-2.0.3",
+ "version": "2.1.1-wptheme-2.0.4",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
0 commit comments