Specifying node version for Heroku

This commit is contained in:
Jori Lallo
2016-08-21 23:44:18 -07:00
parent e7301aeb3e
commit bdaa57bc82

View File

@@ -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"