fix buildpack syntax (#1608)

There was a syntax error in our app.json that was leading to the inability to use the "deploy-to-heroku" button.
This commit is contained in:
Severiano Badajoz
2020-07-07 16:27:08 -07:00
committed by GitHub
parent f3d5081d38
commit 75be3a83f9

View File

@@ -11,8 +11,12 @@
"dataviz"
],
"buildpacks": [
"heroku/nodejs",
"heroku/python"
{
"url": "heroku/nodejs"
},
{
"url": "heroku/python"
}
],
"stack": "heroku-18",
"env": {