We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ce4c4 + f09d7fb commit 713ad4aCopy full SHA for 713ad4a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "custom-electron-prompt",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "Custom prompt for Electron made easy with various templates",
5
"homepage": "https://araxeus.github.io/custom-electron-prompt",
6
"keywords": [
@@ -28,6 +28,6 @@
28
"lib/"
29
],
30
"peerDependencies": {
31
- "electron": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+ "electron": ">=10.0.0"
32
}
33
0 commit comments