Skip to content

Commit 4b11a09

Browse files
committed
Fix package.json not getting updated correctly
1 parent cfc1539 commit 4b11a09

File tree

5 files changed

+13
-22
lines changed

5 files changed

+13
-22
lines changed

README.md

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

3-
Dec. 24, 2019
3+
Dec. 25, 2019
44
<br />
55
Updated to use [Create React App](https://create-react-app.dev/) version [3.3.0](https://github.com/facebook/create-react-app/releases/tag/v3.3.0).
66

packages/cra-template-wptheme-typescript/package.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
{
2-
"name": "cra-template-wptheme-typescript",
3-
"version": "3.3.0-wp.2",
2+
"name": "@devloco/cra-template-wptheme-typescript",
3+
"version": "3.3.0-wp.6",
44
"keywords": [
5-
"wordpress",
6-
"create-react-app",
7-
"wordpress-theme",
8-
"wordpress-development",
9-
"wordpress-starter-theme",
10-
"wordpress-api",
11-
"reactjs",
125
"react",
13-
"react-theme",
14-
"wordpress-server",
15-
"react-tutorial",
16-
"react-wordpress-themes",
17-
"php",
18-
"typescript",
19-
"template"
6+
"create-react-app",
7+
"create-react-wptheme",
8+
"template",
9+
"typescript"
2010
],
2111
"description": "The TypeScript template for Create React WPTheme.",
2212
"main": "template.json",
2313
"repository": {
2414
"type": "git",
25-
"url": "https://github.com/devloco/create-react-wptheme.git"
15+
"url": "https://github.com/devloco/create-react-wptheme.git",
16+
"directory": "packages/cra-template-wptheme-typescript"
2617
},
2718
"license": "MIT",
2819
"engines": {
29-
"node": ">=8"
20+
"node": ">=8.10"
3021
},
3122
"bugs": {
3223
"url": "https://github.com/devloco/create-react-wptheme/issues"

packages/cra-template-wptheme-typescript/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@types/node": "^12.0.0",
44
"@types/react": "^16.9.0",
55
"@types/react-dom": "^16.9.0",
6-
"typescript": "^3.7.4"
6+
"typescript": "~3.7.2"
77
}
88
}

packages/create-react-wptheme/createReactWpTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const _wpThemeVersion = packageJson.version;
5050
const _createReactAppVersion = _wpThemeVersion.split("-wp.")[0];
5151

5252
// Check these!!!!
53-
const _reactScriptsWpThemeVersion = "3.3.0-wp.2";
53+
const _reactScriptsWpThemeVersion = "^3.3.0-wp.11";
5454
const _getScriptsPath = function() {
5555
return scriptsFromNpm();
5656
};

packages/create-react-wptheme/package.json

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

0 commit comments

Comments
 (0)