Updated package.json

This commit is contained in:
Bobby Wibowo 2018-11-24 16:03:12 +07:00
parent 4463e8de71
commit 6149f46831
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -18,7 +18,8 @@
"start": "node ./lolisafe.js",
"pm2": "pm2 start --name lolisafe ./lolisafe.js",
"thumbs": "node ./scripts/thumbs.js",
"randver": "node -e \"console.log(require('randomstring').generate(10))\""
"randver": "node -e \"console.log(require('randomstring').generate(10))\"",
"pull": "git stash; git pull; git stash pop"
},
"dependencies": {
"bcrypt": "^2.0.0",