Skip to content

Commit

Permalink
update electron to avoid compatibility errors
Browse files Browse the repository at this point in the history
  • Loading branch information
k4itrun authored Nov 16, 2024
1 parent 337553b commit d91ab0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -26,4 +27,4 @@
"eslint": "^9.12.0",
"globals": "^15.11.0"
}
}
}

0 comments on commit d91ab0e

Please sign in to comment.