From 275a0d300476c22259a346e3ded5d9d51728ee1e Mon Sep 17 00:00:00 2001 From: francomattar Date: Sun, 6 Sep 2020 22:57:53 +0200 Subject: [PATCH] misc/ revert electron because spectron cannot handle: electron-userland/spectron#693 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a031c9..125af34 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bootstrap and package your project with Angular 10 and Electron 9 (Typescript + Currently runs with: - Angular v10.0.14 -- Electron v10.1.0 +- Electron v9.3.0 - Electron Builder v22.8.0 With this sample, you can : diff --git a/package.json b/package.json index 22005cd..fa32486 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "conventional-changelog-cli": "2.1.0", "core-js": "3.6.5", "cross-env": "7.0.2", - "electron": "10.1.0", + "electron": "9.3.0", "electron-builder": "22.8.0", "electron-reload": "1.5.0", "eslint": "7.7.0",