Skip to content

Commit 2dee7ae

Browse files
committed
update to cra 3.1.2
1 parent d7e8a12 commit 2dee7ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create React WP Theme <!-- omit in toc -->
22

3-
*UPDATED* to support [Create React App](https://github.com/facebook/create-react-app) v3.1.1
3+
*UPDATED* to support [Create React App](https://github.com/facebook/create-react-app) v3.1.2
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.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@devloco/create-react-wptheme",
3-
"version": "3.1.1-wptheme-3.1.2",
2+
"name": "create-react-wptheme",
3+
"version": "3.1.201",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)