Skip to content

Commit

Permalink
chore(deps): fix validatte version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Oct 7, 2022
1 parent 0569fd6 commit fa685c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export {
yellow,
} from 'https://deno.land/[email protected]/fmt/colors.ts';
export { Reflect } from 'https://deno.land/x/[email protected]/mod.ts';
export { validateObject } from 'https://deno.land/x/validatte/mod.ts';
export { validateObject } from 'https://deno.land/x/validatte@0.5.0/mod.ts';

0 comments on commit fa685c9

Please sign in to comment.