Upgrade to Express 4.16.4 & Heroku deployment Node version to 10.x

This commit is contained in:
Mars Hall
2018-12-16 10:55:44 -08:00
parent 1afb09546e
commit 8e0f4d44c6
2 changed files with 198 additions and 288 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "How to use create-react-app with a custom Node API on Heroku",
"engines": {
"node": "8.9.x"
"node": "10.x"
},
"scripts": {
"start": "node server",
@@ -14,7 +14,7 @@
"react-ui/node_modules"
],
"dependencies": {
"express": "^4.16.3"
"express": "^4.16.4"
},
"repository": {
"type": "git",