Skip to content

Commit

Permalink
updates pakage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iryna-hordiichuk committed Dec 2, 2023
1 parent 4c1a135 commit 80e24e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ createSlice accepts an object of reducer functions, so I did not use
createReducer function in this app. To update the state I wrote
"mutable" code, this is because createSlice uses Immer under the hood.
createSlice allows to keep the code related to a "slice" in respective seperate
files in such a way incapsulating the logic. Also this approach helps
file in such a way incapsulating the logic. Also this approach helps
with redability and maintainability of the code.


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-homework-template",
"version": "0.1.0",
"private": true,
"homepage": "https://iryna-hordiichuk.github.io/redux-task-manager/",
"homepage": "https://iryna-hordiichuk.github.io/task-manager-redux-toolkit/",
"dependencies": {
"@redux-devtools/extension": "^3.2.6",
"@reduxjs/toolkit": "^1.9.7",
Expand Down

0 comments on commit 80e24e4

Please sign in to comment.