Skip to content

Commit

Permalink
Add config for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
tombye committed Feb 17, 2014
1 parent 89c57fa commit 6bd2dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node start.js
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "GOVUK prototyping app in Express",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express": "3.4.7",
"consolidate": "0.x",
Expand Down

0 comments on commit 6bd2dfc

Please sign in to comment.