update jslib

This commit is contained in:
Kyle Spearrin 2018-02-19 21:00:41 -05:00
parent 2135e535d4
commit 5a75332f47
3 changed files with 3 additions and 3 deletions

2
jslib

@ -1 +1 @@
Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a
Subproject commit e8814e8864b1183ecf1908ca7606931c489428c5

3
package-lock.json generated
View File

@ -3572,8 +3572,7 @@
"jsbn": {
"version": "0.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"json-schema": {
"version": "0.2.3",

View File

@ -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",