electron-main: Switch to matrix-seshat.

pull/11125/head
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

@ -16,6 +16,6 @@
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2",
"make-dir": "^3.0.0",
"seshat-node": "^0.2.0"
"matrix-seshat": "^0.3.0"
}
}

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) {
}