Skip to content

Commit

Permalink
redux npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed May 20, 2020
1 parent 7784607 commit 9ae1df4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
38 changes: 35 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"license": "ISC",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down

0 comments on commit 9ae1df4

Please sign in to comment.