This repository was archived by the owner on May 17, 2022. It is now read-only.

Description
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"
?