Skip to content

Commit 69f51e9

Browse files
committed
Fix README point to cra.dev instead of reactjs.org
1 parent d998b96 commit 69f51e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Oct. 12, 2019
44
<br />
5-
*UPDATED* to match [v3.2.0](https://github.com/facebook/create-react-app/releases/tag/v3.2.0) of [Create React App](https://reactjs.org/)
5+
*UPDATED* to match [v3.2.0](https://github.com/facebook/create-react-app/releases/tag/v3.2.0) of [Create React App](https://create-react-app.dev/)
66

77
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
88
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/create-react-wptheme",
3-
"version": "3.2.0-wp.1",
3+
"version": "3.2.0-wp.2",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)