From d91ab0e5b3dab9be613a2b18caa0474d514e4ee8 Mon Sep 17 00:00:00 2001 From: k4itrun <103044629+k4itrun@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:15:42 -0500 Subject: [PATCH] update electron to avoid compatibility errors --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50e7c1f..99e5894 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "builder:install": "cd builder && install.bat", "src:start": "cd src && node index.js", "src:install": "cd src && install.bat", - "eslint": "npx eslint ." + "update": "npm i electron@latest -g", + "eslint": "npx eslint .", }, "author": "k4itrun", "license": "MIT", @@ -26,4 +27,4 @@ "eslint": "^9.12.0", "globals": "^15.11.0" } -} \ No newline at end of file +}