Skip to content

Commit

Permalink
Merge pull request #405 from alphagov/upgrade-node-for-heroku
Browse files Browse the repository at this point in the history
Upgrade node.js version for Heroku
  • Loading branch information
gemmaleigh authored Jul 13, 2017
2 parents df0aa72 + b5a9091 commit 2b39553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "6.1.0",
"private": true,
"engines": {
"node": ">=6.0 <7.0"
"node": ">=6.11.1 <7.0"
},
"scripts": {
"start": "node start.js",
Expand Down

0 comments on commit 2b39553

Please sign in to comment.