chore(v2): Joi cyclic dep warning (#4464)

This commit is contained in:
Sébastien Lorber 2021-03-18 20:19:09 +01:00 committed by GitHub
parent 9117a5b7df
commit 962c3748ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 5 deletions

View file

@ -6,7 +6,7 @@
*/
// /!\ don't remove this export, as we recommend plugin authors to use it
export {default as Joi} from 'joi';
export {default as Joi} from './Joi';
export * from './validationUtils';
export * from './validationSchemas';