1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02:00

Update jslib (3d2e2cb -> 3a40cb8) and npm sub:pull script (#450)

This commit is contained in:
Vincent Salucci 2020-02-03 22:10:47 -06:00 committed by GitHub
parent 088301c4be
commit f9ce4a2f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 3d2e2cb1741be8b7b2916574f62f7ba2193c7123
Subproject commit 3a40cb83bf32a9830402a412be5eb3972e74ac8a

View File

@ -4,7 +4,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",
"postinstall": "npm run sub:init && gulp postinstall",
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:mac": "npm run symlink:lin",