Skip to content

Commit 08619fc

Browse files
author
Edward Muller
committed
Add app.json for easy deploy to Heroku
1 parent 58f6fc2 commit 08619fc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

app.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "React Tutorial Server",
3+
"description": "Code from the React tutorial",
4+
"keywords": [ "react", "reactjs", "tutorial" ],
5+
"repository": "https://github.com/reactjs/react-tutorial",
6+
"website": "http://facebook.github.io/react/docs/tutorial.html",
7+
"success_url": "/"
8+
}
9+

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"bugs": {
2727
"url": "https://github.com/reactjs/react-tutorial/issues"
2828
},
29-
"homepage": "https://github.com/reactjs/react-tutorial"
29+
"homepage": "https://github.com/reactjs/react-tutorial",
30+
"engines" : {
31+
"node" : "0.12.x"
32+
}
3033
}

0 commit comments

Comments
 (0)