Skip to content

Commit

Permalink
🎉 release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RylanBot committed Mar 18, 2024
1 parent e599484 commit 652f085
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}

0 comments on commit 652f085

Please sign in to comment.