Skip to content

Commit 713ad4a

Browse files
authored
Merge pull request #13 from Araxeus/allow-more-electron-versions
2 parents 13ce4c4 + f09d7fb commit 713ad4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-electron-prompt",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Custom prompt for Electron made easy with various templates",
55
"homepage": "https://araxeus.github.io/custom-electron-prompt",
66
"keywords": [
@@ -28,6 +28,6 @@
2828
"lib/"
2929
],
3030
"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"
31+
"electron": ">=10.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)