Skip to content

Commit f0c11e7

Browse files
committed
cra 3.1.1 update
1 parent ad73dcd commit f0c11e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"webpack-dev-server": "3.2.1",
9595
"webpack-manifest-plugin": "2.0.4",
9696
"workbox-webpack-plugin": "4.3.1",
97-
"@devloco/react-scripts-wptheme-utils": "^1.4.9",
98-
"@devloco/react-scripts-wptheme-error-overlay": "^1.4.4"
97+
"@devloco/react-scripts-wptheme-utils": "^3.1.1-wptheme-3.1.1",
98+
"@devloco/react-scripts-wptheme-error-overlay": "^3.1.1-wptheme-3.1.1"
9999
},
100100
"devDependencies": {
101101
"react": "^16.8.4",

packages/react-scripts/template/public/post_installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name="description"
1313
content="Web site created using create-react-wptheme"
1414
/>
15-
<link rel="apple-touch-icon" href="logo192.png" />
15+
<link rel="apple-touch-icon" href="<?php echo $TEMPLATE_PATH; ?>/logo192.png" />
1616
<!--
1717
manifest.json provides metadata used when your web app is installed on a
1818
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

0 commit comments

Comments
 (0)