Bump deps (#239)

This commit is contained in:
Jaco Greeff
2019-11-06 23:28:15 +01:00
committed by GitHub
parent 2901193c51
commit f6c85f275a
17 changed files with 751 additions and 748 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class Settings implements SettingsStruct {
private _uiTheme: string;
public constructor () {
constructor () {
const settings = store.get('settings') || {};
this._emitter = new EventEmitter();