Skip to content

Commit

Permalink
Specify the buildpack_url so we use the node.js buildpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Mar 28, 2015
1 parent 6a58d48 commit 1e30382
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"keywords": [ "react", "reactjs", "tutorial" ],
"repository": "https://github.com/reactjs/react-tutorial",
"website": "http://facebook.github.io/react/docs/tutorial.html",
"success_url": "/"
"success_url": "/",
"env" : {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
}

0 comments on commit 1e30382

Please sign in to comment.