Skip to content

Commit a8d508b

Browse files
committed
Update NPM README
1 parent 3111fc2 commit a8d508b

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

packages/create-react-wptheme/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
# Create React WP Theme
22

3-
## Updated!
3+
## Still Up to Date
44

5-
Be sure to check out the new features (and bug fixes!) that Facebook added to [v3.4.0](https://github.com/facebook/create-react-app/releases/tag/v3.4.0) of `Create-React-App`.
6-
7-
## Good to Know!
8-
9-
[Create-React-App](https://create-react-app.dev/) is **more than** just **React.** `Create-React-App` is a suite of battle-hardened tools, guaranteed to be configured correctly to work together to make your job easier.
10-
11-
**No need for weird CORS setups** or server proxies. **Why in the world** would you want to **maintain two servers** anyway? No need for that, just use `Create-React-WPTheme` instead. The biggest difference between `Create-React-WPTheme` and `Create-React-App` is that this project here **uses your WordPress server as the development server instead of the Webpack Dev Server.**
12-
13-
## Don't Forget!
14-
15-
If you used an earlier version of `create-react-wptheme` to create a theme, you can easily update it as well. See the [Updating Existing Themes](https://github.com/devloco/create-react-wptheme#updating-existing-themes) section of the README below.
5+
Mar. 19, 2020
6+
<br />
7+
It's been a while, so I thought I'd just let everyone know that [v3.4.0](https://github.com/facebook/create-react-app/releases/tag/v3.4.0) of `Create-React-App` is still the latest. I'll keep my eye on it and update this project whenever Facebook releases a new version.
168

179
---
1810

packages/create-react-wptheme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@devloco/create-react-wptheme",
3-
"version": "3.4.0-wp.2",
2+
"name": "create-react-wptheme",
3+
"version": "3.4.0-wp.3",
44
"description": "Create React-enabled WP themes.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)