install redux-promise (it was missing from deps but used in project)

This commit is contained in:
Tucker
2019-05-04 12:56:33 -04:00
parent d5cda17f1e
commit 3dced3ca5f
2 changed files with 24 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {