Skip to content

Commit

Permalink
update to cra 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devloco committed Sep 28, 2019
1 parent d7e8a12 commit 2dee7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create React WP Theme <!-- omit in toc -->

*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

The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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": {
Expand Down

0 comments on commit 2dee7ae

Please sign in to comment.