aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json
index 79c95099..e8a96efb 100644
--- a/app.json
+++ b/app.json
@@ -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"
bgstack15