Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbelmar committed Apr 9, 2023
1 parent 5feba81 commit 885145f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borisbelmar/yup-schema-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a Yup schema from a JSON object",
"scripts": {
"build": "tsup ./src/index.ts --format esm,cjs --dts --minify",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const yupSchemaGenerator = (toValidate: Record<string, ValidationObjectWithType>
return schema
}

export { default as checkConditions } from '@/utils/checkConditions'
export { default as checkConditions } from './utils/checkConditions'

export {
yupSchemaGenerator,
Expand Down

0 comments on commit 885145f

Please sign in to comment.