mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
electron_app: Remove Seshat from the dependencies.
This commit is contained in:
parent
137bedb3f9
commit
2f2cbade96
1 changed files with 1 additions and 6 deletions
|
@ -5,16 +5,11 @@
|
|||
"version": "1.4.2",
|
||||
"description": "A feature-rich client for Matrix.org",
|
||||
"author": "New Vector Ltd.",
|
||||
"scripts": {
|
||||
"build": "electron-build-env --electron 6.0.3 neon build seshat-node --release",
|
||||
"postinstall": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"auto-launch": "^5.0.1",
|
||||
"electron-store": "^2.0.0",
|
||||
"electron-window-state": "^4.1.0",
|
||||
"minimist": "^1.2.0",
|
||||
"png-to-ico": "^1.0.2",
|
||||
"matrix-seshat": "^0.3.0"
|
||||
"png-to-ico": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue