Skip to content
Prev Previous commit
Next Next commit
change file name
  • Loading branch information
shangyusu committed Jul 16, 2016
commit 0ec36d3b170ebaa812d1fde3b97f8e8532139602
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"open": "heroku open",
"logs": "heroku logs --tail",
"deploy": "git push heroku master",
"start:local": "LOCAL=TRUE node app.js",
"start": "node app.js"
"start:local": "LOCAL=TRUE node server.js",
"start": "node server.js"
},
"dependencies": {
"express": "^4.11.2",
Expand Down
File renamed without changes.