From bdaa57bc824ca749b5b770a2aeabe4f7f59c95aa Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 21 Aug 2016 23:44:18 -0700 Subject: [PATCH] Specifying node version for Heroku --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5f49436e9..d503d6410 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "heroku-postbuild": "npm run build && npm run sequelize db:migrate", "sequelize": "./node_modules/.bin/sequelize" }, + "engines": { + "node": "6.x" + }, "repository": { "type": "git", "url": "git+ssh://git@github.com/jorilallo/atlas.git"