electron-process-manager icon indicating copy to clipboard operation
electron-process-manager copied to clipboard

Missing electron peer dependency

Open guillaumearm opened this issue 6 years ago • 1 comments

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.

guillaumearm avatar Sep 04 '18 10:09 guillaumearm

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

grantcv1 avatar Apr 26 '19 04:04 grantcv1