diff --git a/package.json b/package.json index a1b9662..cf092e2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Rylan", "name": "awesome-hands-control", "private": true, - "version": "1.0.3", + "version": "1.1.0", "description": "A powerful tool for controlling applications using hand gestures.", "type": "module", "scripts": { @@ -50,16 +50,5 @@ "vite-plugin-electron": "^0.28.2", "vite-plugin-electron-renderer": "^0.14.5" }, - "main": "dist-electron/main.js", - "overrides": { - "prebuild-install": { - "node-abi": "3.51.0" - }, - "prebuild": { - "node-abi": "3.51.0" - }, - "robotjs": { - "node-abi": "3.51.0" - } - } -} + "main": "dist-electron/main.js" +} \ No newline at end of file