electron_app: Remove Seshat from the dependencies.

pull/11125/head
Damir Jelić 2019-11-21 10:51:23 +01:00
parent 137bedb3f9
commit 2f2cbade96
1 changed files with 1 additions and 6 deletions

View File

@ -5,16 +5,11 @@
"version": "1.4.2", "version": "1.4.2",
"description": "A feature-rich client for Matrix.org", "description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.", "author": "New Vector Ltd.",
"scripts": {
"build": "electron-build-env --electron 6.0.3 neon build seshat-node --release",
"postinstall": "yarn build"
},
"dependencies": { "dependencies": {
"auto-launch": "^5.0.1", "auto-launch": "^5.0.1",
"electron-store": "^2.0.0", "electron-store": "^2.0.0",
"electron-window-state": "^4.1.0", "electron-window-state": "^4.1.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"png-to-ico": "^1.0.2", "png-to-ico": "^1.0.2"
"matrix-seshat": "^0.3.0"
} }
} }