update jslib
This commit is contained in:
parent
2135e535d4
commit
5a75332f47
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a
|
||||
Subproject commit e8814e8864b1183ecf1908ca7606931c489428c5
|
|
@ -3572,8 +3572,7 @@
|
|||
"jsbn": {
|
||||
"version": "0.1.1",
|
||||
"bundled": true,
|
||||
"dev": true,
|
||||
"optional": true
|
||||
"dev": true
|
||||
},
|
||||
"json-schema": {
|
||||
"version": "0.2.3",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue