Skip to content

Commit 7eef7a6

Browse files
committed
use the internal formats in place of the package
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 2a53a6b commit 7eef7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/validate_json_schema.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "fs"
22
import readline from "readline"
3-
import addFormats from "@theflashlabs/ajv-formats"
3+
import addFormats from "../dist/formats/index.js"
44

55
const DRAFTS = {
66
"https://json-schema.org/draft/2020-12/schema": (await import("../dist/2020.js")).Ajv2020,

0 commit comments

Comments
 (0)