From 5a75332f47f4272a3d1611b2b96815aa77b4f6ba Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 19 Feb 2018 21:00:41 -0500 Subject: [PATCH] update jslib --- jslib | 2 +- package-lock.json | 3 +-- package.json | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) 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",