Skip to content

Commit fdc6472

Browse files
authored
Merge pull request #3 from devloco/3.1.1
forgot to update typescript template
2 parents 1d964da + a2af8be commit fdc6472

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/react-scripts-wptheme",
3-
"version": "3.1.1-wptheme-3.1.1",
3+
"version": "3.1.1-wptheme-3.1.2",
44
"description": "Configuration and scripts for Create React WP Theme.",
55
"repository": "devloco/create-react-wptheme",
66
"author": "devloco",

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
<!DOCTYPE html>
55
<html lang="en">
66
<head>
7-
<meta charset="utf-8">
8-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
9-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10-
<meta name="theme-color" content="#000000">
7+
<meta charset="utf-8" />
8+
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1" />
10+
<meta name="theme-color" content="#000000" />
11+
<meta
12+
name="description"
13+
content="Web site created using create-react-wptheme"
14+
/>
15+
<link rel="apple-touch-icon" href="<?php echo $TEMPLATE_PATH; ?>/logo192.png" />
1116
<!--
12-
manifest.json provides metadata used when your web app is added to the
13-
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
17+
manifest.json provides metadata used when your web app is installed on a
18+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1419
-->
1520
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json">
1621
<!--

0 commit comments

Comments
 (0)