From 6149f468314cfa83260984930592c5b042748bd3 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sat, 24 Nov 2018 16:03:12 +0700 Subject: [PATCH] Updated package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d2edf8d..17afd2b 100644 --- a/package.json +++ b/package.json @@ -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",