From bb5121a6d36e66ea193caaf88cb8325cce94e56f Mon Sep 17 00:00:00 2001 From: "D. Ror." Date: Mon, 19 Aug 2024 13:49:12 -0400 Subject: [PATCH] Update README links, manifest name, tsconfig targets (#3308) --- README.md | 5 +++-- public/manifest.json | 2 +- tsconfig.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b93d65325..4785b4da04 100644 --- a/README.md +++ b/README.md @@ -1167,8 +1167,9 @@ The process for configuring and deploying _TheCombine_ for production targets is - [JS](https://www.w3schools.com/js/default.asp) - [TS](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html) - [Our style guide](docs/style_guide/ts_style_guide.md) -- [React](https://reactjs.org/) -- [React Hooks](https://reactjs.org/docs/hooks-intro.html) +- [React](https://react.dev/learn) +- [React Hooks](https://react.dev/reference/react/hooks) +- [MUI](https://mui.com/material-ui/getting-started/) (styled/themed components) - [Redux concepts](https://redux.js.org/tutorials/fundamentals/part-2-concepts-data-flow) - [Redux tutorials](https://redux.js.org/tutorials/typescript-quick-start) - [React-i18next](https://react.i18next.com/) (text localization) diff --git a/public/manifest.json b/public/manifest.json index 0af41c8255..0d803acdbe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "The Combine", - "name": "The Word Combine", + "name": "The Combine", "icons": [ { "src": "favicon.ico", diff --git a/tsconfig.json b/tsconfig.json index cf056bc4ed..eb79187edc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,5 @@ "target": "es6" }, "exclude": ["*.dic.js"], - "include": [".eslintrc.cjs", "src", "scripts"] + "include": [".eslintrc.cjs", "public", "src", "scripts"] }