diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 10:52:30 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 10:52:30 +0200 |
commit | c7117a49100775795357e538740b16fa770b3678 (patch) | |
tree | 7496ff41d0e0a0807b9ca2a14faa29c271e2393b | |
parent | Set all the buildpacks. (diff) | |
download | newspipe-c7117a49100775795357e538740b16fa770b3678.tar.gz newspipe-c7117a49100775795357e538740b16fa770b3678.tar.bz2 newspipe-c7117a49100775795357e538740b16fa770b3678.zip |
change order of buildpacks
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,10 +18,10 @@ ], "buildpacks": [ { - "url": "https://github.com/ejholmes/heroku-buildpack-bower" + "url": "https://github.com/heroku/heroku-buildpack-nodejs" }, { - "url": "https://github.com/heroku/heroku-buildpack-nodejs" + "url": "https://github.com/ejholmes/heroku-buildpack-bower" }, { "url": "heroku/python" |