We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e599484 commit 652f085Copy full SHA for 652f085
package.json
@@ -2,7 +2,7 @@
2
"author": "Rylan",
3
"name": "awesome-hands-control",
4
"private": true,
5
- "version": "1.0.3",
+ "version": "1.1.0",
6
"description": "A powerful tool for controlling applications using hand gestures.",
7
"type": "module",
8
"scripts": {
@@ -50,16 +50,5 @@
50
"vite-plugin-electron": "^0.28.2",
51
"vite-plugin-electron-renderer": "^0.14.5"
52
},
53
- "main": "dist-electron/main.js",
54
- "overrides": {
55
- "prebuild-install": {
56
- "node-abi": "3.51.0"
57
- },
58
- "prebuild": {
59
60
61
- "robotjs": {
62
63
- }
64
65
-}
+ "main": "dist-electron/main.js"
+}
0 commit comments