sibnerian / electron-promise-ipc

Promise-flavored IPC calls in Electron. 100% test coverage.
MIT License
68 stars 10 forks source link

Please check peer dependency validity #20

Closed getupp closed 4 years ago

getupp commented 4 years ago

Current peer dependency from package.json:

"peerDependencies": {
    "electron": "^1.4.15"
  },

Please check this, I think higher versions of electron are good too.

sibnerian commented 4 years ago

You're right, they should work fine. I switched the peer dependency to ">= 1.4.15" and published version 2.0.1 with the fix.