Skip to content

Commit

Permalink
add Procfile and change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharan-ram committed Jul 20, 2017
1 parent 4d93485 commit 8915cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node app.js
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"description": "multiroom chat app",
"engines": {
"node": "7.10.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 8915cda

Please sign in to comment.