aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 09:53:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 09:53:50 +0100
commit48473a316d5e59d86a6ec2bdec8308e1da9f7079 (patch)
tree5ebcb64946ab9a016b89e536e2a5f7a28ff3d35e /app.json
parentUpdated app.json (diff)
downloadnewspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.tar.gz
newspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.tar.bz2
newspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.zip
Updated app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/app.json b/app.json
index 809b3895..0cfd8606 100644
--- a/app.json
+++ b/app.json
@@ -66,13 +66,16 @@
],
"buildpacks": [
{
- "url": "heroku/python"
+ "url": "heroku/python",
+ "index": 1
},
{
- "url": "https://github.com/heroku/heroku-buildpack-nodejs"
+ "url": "https://github.com/heroku/heroku-buildpack-nodejs",
+ "index": 2
},
{
- "url": "https://github.com/ejholmes/heroku-buildpack-bower"
+ "url": "https://github.com/ejholmes/heroku-buildpack-bower",
+ "index": 3
}
]
}
bgstack15