mhazy / hapi-github-webhooks

A hapi authentication strategy plugin for validating webhook requests from GitHub.
https://github.com/mhazy/hapi-github-webhooks
MIT License
3 stars 1 forks source link

peer-dependency on hapi #10

Open travi opened 5 years ago

travi commented 5 years ago

since the hapi packages are now all scoped, using the latest @hapi/hapi fails to meet the defined peer-dependency on hapi. off the top of my head, i'm not aware of a way to set a peer to expect either/or.

what would you say to making a breaking release that changed the peer-dependency from "hapi": ">=17.x.x" to "@hapi/hapi": ">=18.x.x"?

travi commented 5 years ago

since you mentioned possibly bringing on more maintainers, i should also mention that i'm willing to help out or take over maintenance if you'd find either option helpful to you.