Updated package.json

This commit is contained in:
Bobby Wibowo 2018-12-03 14:24:10 +07:00
parent b6bd833110
commit 6f03726b9d
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

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