Skip to content

Commit

Permalink
fix start
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcurry committed Jul 28, 2017
1 parent d8d8f29 commit 4f1558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"express": "^4.15.3"
},
"scripts": {
"start": "heroku local -p 3000",
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Curry",
Expand Down

0 comments on commit 4f1558f

Please sign in to comment.