From 253228808cd1ded162a56dd6cfb191a3740b1f5d Mon Sep 17 00:00:00 2001 From: maltheism <16293415+maltheism@users.noreply.github.com> Date: Tue, 7 Jun 2022 02:14:01 -0400 Subject: [PATCH] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 207b1a4..177018c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/eslint-parser": "^7.18.2", "concurrently": "^7.2.1", "cross-env": "^7.0.3", - "electron": "^19.0.3", + "electron": "^", "electron-builder": "^23.0.3", "electron-devtools-installer": "^3.2.0", "eslint": "^8.17.0", @@ -37,7 +37,7 @@ "wait-on": "^6.0.1" }, "scripts": { - "rebuild": "rebuild --runtime=electron --target=19.0.3", + "rebuild": "rebuild --runtime=electron --target=18.0.0", "react-start": "cross-env BROWSER=NONE react-scripts start", "electron-start": "cross-env DEV=1 electron .", "start": "concurrently \"npm run react-start\" \"wait-on http://localhost:3000/ && npm run electron-start\"",