We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e8a12 commit 2dee7aeCopy full SHA for 2dee7ae
README.md
@@ -1,6 +1,6 @@
1
# Create React WP Theme <!-- omit in toc -->
2
3
-*UPDATED* to support [Create React App](https://github.com/facebook/create-react-app) v3.1.1
+*UPDATED* to support [Create React App](https://github.com/facebook/create-react-app) v3.1.2
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.
package.json
{
- "name": "@devloco/create-react-wptheme",
- "version": "3.1.1-wptheme-3.1.2",
+ "name": "create-react-wptheme",
+ "version": "3.1.201",
"description": "Create React WP themes with no build configuration.",
"main": "index.js",
"scripts": {
0 commit comments