Skip to content

Commit

Permalink
fix path/import issue with JSONLogicEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Jun 26, 2024
1 parent d6cd23e commit 8042210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { Evaluator, EvaluatorOptions, BaseEvaluator } from './Evaluator';
export { JSONLogicEvaluator } from 'modules/jsonlogic';
export { JSONLogicEvaluator } from '../modules/jsonlogic';
export { sanitize } from './sanitize';
export { override } from './override';
export { unwind } from './unwind';
Expand Down

0 comments on commit 8042210

Please sign in to comment.