We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should add electron compatible version range in peerDependencies
"peerDependencies": { "electron": ">=1.7.1 <=2.02" }
Additionally it can be a good thing to add [email protected] in devDependencies to fix unit tests.
[email protected]
devDependencies
The text was updated successfully, but these errors were encountered:
The peer dependencies are now set to:
"peerDependencies": { "electron": ">=17.1 <3.x.x" },
It seems it should read >=1.7.1 rather than >=17.1 and it would be really helpful if the other end could be upgraded to <6
Sorry, something went wrong.
No branches or pull requests
We should add electron compatible version range in peerDependencies
Additionally it can be a good thing to add
[email protected]
indevDependencies
to fix unit tests.The text was updated successfully, but these errors were encountered: