1 Commits

Author SHA1 Message Date
Mars Hall
f33fd473aa Update deployment runtime to Node 8.9.x 2018-02-05 21:06:35 -08:00

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": "6.11.x"
"node": "8.9.x"
},
"scripts": {
"start": "node server",