diff --git a/jslib b/jslib index 5b63336347..e8814e8864 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a +Subproject commit e8814e8864b1183ecf1908ca7606931c489428c5 diff --git a/package-lock.json b/package-lock.json index 745729960c..9fe6979f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3572,8 +3572,7 @@ "jsbn": { "version": "0.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "json-schema": { "version": "0.2.3", diff --git a/package.json b/package.json index 3f43229fa3..d0b8117c37 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ }, "license": "GPL-3.0", "scripts": { + "updatejslib": "git submodule update --remote", "postinstall": "./node_modules/.bin/electron-rebuild", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix",