Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilker committed Aug 30, 2012
1 parent bc7c949 commit 6e57ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node subway
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"subway": "./subway"
},
"engines": {
"node": ">=0.6.1"
"node": "0.8.7",
"npm": "1.1.55"
},
"env": {
"PYTHON": "/opt/local/bin/python2.7"
Expand All @@ -30,4 +31,4 @@
"scripts": {
"start": "subway"
}
}
}

0 comments on commit 6e57ac3

Please sign in to comment.