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 c51c02e commit 5a3900eCopy full SHA for 5a3900e
README.md
@@ -1,6 +1,7 @@
1
# Create React WP Theme
2
3
-`*UPDATED* to support create-react-app v2.1.5!`
+`*UPDATED* to support create-react-app v2.1.8`
4
+ - [Updating Existing Themes](#updating-existing-themes)
5
6
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
7
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-wptheme",
- "version": "2.1.5-wptheme-2.2.1",
+ "version": "2.1.8-wptheme-2.2.2",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
0 commit comments