Skip to content

Commit

Permalink
Update README links, manifest name, tsconfig targets (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Aug 19, 2024
1 parent ac10ab1 commit bb5121a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "The Combine",
"name": "The Word Combine",
"name": "The Combine",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"target": "es6"
},
"exclude": ["*.dic.js"],
"include": [".eslintrc.cjs", "src", "scripts"]
"include": [".eslintrc.cjs", "public", "src", "scripts"]
}

0 comments on commit bb5121a

Please sign in to comment.