diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 09:53:50 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 09:53:50 +0100 |
commit | 48473a316d5e59d86a6ec2bdec8308e1da9f7079 (patch) | |
tree | 5ebcb64946ab9a016b89e536e2a5f7a28ff3d35e | |
parent | Updated app.json (diff) | |
download | newspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.tar.gz newspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.tar.bz2 newspipe-48473a316d5e59d86a6ec2bdec8308e1da9f7079.zip |
Updated app.json
-rw-r--r-- | app.json | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 } ] } |