Skip to content

Commit

Permalink
auth completed
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Singh <[email protected]>
  • Loading branch information
riteshsingh1 committed Mar 23, 2019
1 parent 020d27b commit 658d0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Mern Backend package",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"mern",
Expand All @@ -25,6 +26,7 @@
"juice": "^5.2.0",
"mongoose": "^5.4.19",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pug": "^2.0.3",
Expand Down

0 comments on commit 658d0e5

Please sign in to comment.