Skip to content

Commit

Permalink
added user-ip to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nil2022 committed Sep 28, 2023
1 parent eff1035 commit e4cc6fd
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 @@ -4,7 +4,7 @@
"description": "A Social app developed using Express, jsonwebtoken, mongoose",
"main": "index.js",
"scripts": {
"build": "npm install bcrypt body-parser dotenv express jsonwebtoken mongoose node-rest-client nodemon moment-timezone --save",
"build": "npm install bcrypt body-parser dotenv express jsonwebtoken mongoose node-rest-client nodemon moment-timezone user-ip --save",
"start": "node ./index.js",
"dev": "nodemon ./index.js"
},
Expand Down

0 comments on commit e4cc6fd

Please sign in to comment.