Skip to content

Commit

Permalink
changed server.js to app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GoZaddy authored Jun 21, 2020
1 parent ea8f76c commit 3438cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3438cc9

Please sign in to comment.