Added buildpack for Heroku Deploy Button

This commit is contained in:
David Baldwynn 2017-11-06 13:57:13 -08:00 committed by GitHub
parent 3dc51d9d2c
commit 147effe028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -28,5 +28,10 @@
"description": "Which mail service/API you will be using (i.e. SparkPost, Mandrill, etc)",
"value": "SendGrid"
}
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs#v111"
}
]
}