Skip to content

Commit

Permalink
Add app.json for easy deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Mar 28, 2015
1 parent 58f6fc2 commit 08619fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "React Tutorial Server",
"description": "Code from the React tutorial",
"keywords": [ "react", "reactjs", "tutorial" ],
"repository": "https://github.com/reactjs/react-tutorial",
"website": "http://facebook.github.io/react/docs/tutorial.html",
"success_url": "/"
}

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"bugs": {
"url": "https://github.com/reactjs/react-tutorial/issues"
},
"homepage": "https://github.com/reactjs/react-tutorial"
"homepage": "https://github.com/reactjs/react-tutorial",
"engines" : {
"node" : "0.12.x"
}
}

0 comments on commit 08619fc

Please sign in to comment.