Skip to content

Commit

Permalink
Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Sep 27, 2012
1 parent 814a498 commit ff8ef54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"main": "haste",
"dependencies": {
"winston": "*",
"connect": "< 2",
"uglify-js": "*"
"winston": "0.6.2",
"connect": "1.9.2",
"uglify-js": "1.3.3"
},
"devDependencies": {
"mocha": "*",
Expand All @@ -40,6 +40,5 @@
"scripts": {
"start": "node server.js",
"test": "mocha -r should spec/*"
},
"subdomain": "hastebin"
}
}

0 comments on commit ff8ef54

Please sign in to comment.