Skip to content

Commit 652f085

Browse files
committed
🎉 release: v1.1.0
1 parent e599484 commit 652f085

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

package.json

+3-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Rylan",
33
"name": "awesome-hands-control",
44
"private": true,
5-
"version": "1.0.3",
5+
"version": "1.1.0",
66
"description": "A powerful tool for controlling applications using hand gestures.",
77
"type": "module",
88
"scripts": {
@@ -50,16 +50,5 @@
5050
"vite-plugin-electron": "^0.28.2",
5151
"vite-plugin-electron-renderer": "^0.14.5"
5252
},
53-
"main": "dist-electron/main.js",
54-
"overrides": {
55-
"prebuild-install": {
56-
"node-abi": "3.51.0"
57-
},
58-
"prebuild": {
59-
"node-abi": "3.51.0"
60-
},
61-
"robotjs": {
62-
"node-abi": "3.51.0"
63-
}
64-
}
65-
}
53+
"main": "dist-electron/main.js"
54+
}

0 commit comments

Comments
 (0)