Skip to content

Commit 947f83f

Browse files
committed
refactor: FavIcon and site.webmanifest
1 parent 3cd7491 commit 947f83f

18 files changed

+2993
-18988
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# misc
1515
.DS_Store
16+
.env
1617
.env.local
1718
.env.development.local
1819
.env.test.local

package-lock.json

Lines changed: 2963 additions & 18916 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typescript-material",
3-
"version": "2.0.15",
3+
"version": "2.1.17",
44
"description": "_DESCRIPTION_",
55
"author": {
66
"name": "Anton Karpenko",
@@ -19,12 +19,12 @@
1919
"url": "put your repo url here..."
2020
},
2121
"scripts": {
22-
"start": "react-scripts start",
2322
"build": "react-scripts build",
2423
"dev": "npm i && react-scripts start",
2524
"format": "prettier ./src --write",
2625
"format:all": "prettier . --write",
2726
"lint": "eslint ./src --ext .js,.ts,.tsx",
27+
"start": "react-scripts start",
2828
"type": "tsc",
2929
"test": "react-scripts test"
3030
},

public/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
-6.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)