diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-11 17:48:14 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-11 17:48:14 +0200 |
commit | 516f8c488ab70519361e5732546ac579c56ef3ab (patch) | |
tree | 24fba2f69b042b5ab00509b0bfea14b2d3eea26d /package.json | |
parent | c32426882ec804feb97c40f72266f790483aad3e (diff) | |
download | Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.tar.gz Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.tar.bz2 Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.zip |
Switch to standalone-electron-types, -200MB npms
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 98e2ada..c2016d7 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "@types/yazl": "^2.4.2", "@typescript-eslint/parser": "^5.39.0", "discord-types": "^1.3.26", - "electron": "^20.1.0", "esbuild": "^0.15.5", "eslint": "^8.24.0", + "standalone-electron-types": "^1.0.0", "typescript": "^4.8.4", "yazl": "^2.5.1" }, |