Upgrade deployment to Node 6.11

This commit is contained in:
Mars Hall
2017-07-02 14:04:57 -07:00
parent dc2f6b07d1
commit a95baa14c3

View File

@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "How to use create-react-app with a custom Node API on Heroku", "description": "How to use create-react-app with a custom Node API on Heroku",
"engines": { "engines": {
"node": "6.9.x" "node": "6.11.x"
}, },
"scripts": { "scripts": {
"start": "node server", "start": "node server",