fix: use fork of joi with full features on browser

This commit is contained in:
sbplat
2024-02-05 12:15:01 -05:00
parent 829127c3f8
commit e7b4c93481
9 changed files with 43 additions and 10 deletions

View File

@@ -21,5 +21,8 @@
"engines": {
"npm": ">=7.24.2"
},
"engineStrict": true
"engineStrict": true,
"dependencies": {
"@stirling-tools/joi": "github:Stirling-Tools/joi"
}
}