Skip to content

Commit

Permalink
fix for missing script start heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
xameeramir committed Mar 30, 2017
1 parent 6cb43fe commit ef9c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node app.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit ef9c434

Please sign in to comment.