1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-31 07:23:12 +00:00

Update jslib 31a2574 -> 28e3fff, update vault timeout service deps

This commit is contained in:
Vincent Salucci
2020-04-03 09:47:45 -05:00
parent cb8dfe376d
commit 6916d68f37
5 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
"scripts": {
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"sub:pull": "git submodule foreach git pull origin master",
"clean": "rimraf dist/**/*",
"symlink:win": "rmdir /S /Q ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:mac": "npm run symlink:lin",