Bug Report
Current behavior
If a project consuming this package installs Joi, it will throw
Error: Invalid schema content: (ENV_VAR.$_root.alternatives)
Expected behavior
It shouldn't throw the error.
Possible Solution
Have Joi as peer dependency would probably fix the problem. I suspect this due to incompatible Joi versions.
Bug Report
Current behavior
If a project consuming this package installs Joi, it will throw
Expected behavior
It shouldn't throw the error.
Possible Solution
Have Joi as peer dependency would probably fix the problem. I suspect this due to incompatible Joi versions.