Skip to content

Commit

Permalink
Merge pull request #19 from crcastle/master
Browse files Browse the repository at this point in the history
Fix Heroku deploy
  • Loading branch information
gtalarico committed Dec 5, 2018
2 parents 5b4c279 + 3d6631b commit a4708da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@
}
},
"addons": [
]
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/python"
}
]
}

0 comments on commit a4708da

Please sign in to comment.