electron-main: Switch to matrix-seshat.

This commit is contained in:
Damir Jelić 2019-11-14 12:12:54 +01:00
parent 437c59f087
commit e9352fca9a
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ let Seshat = null;
let makeDir = null;
try {
Seshat = require('seshat-node');
Seshat = require('matrix-seshat');
makeDir = require('make-dir');
} catch (e) {
}