Skip to content

Commit

Permalink
revert ajv import bump version. Deno may be installing from package.j…
Browse files Browse the repository at this point in the history
…son though...
  • Loading branch information
rwblair committed Oct 15, 2024
1 parent d941cf6 commit b67e28f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bids-validator/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"imports": {
"@ajv": "npm:ajv@8.16.0",
"@ajv": "npm:ajv@8.17.1",
"@bids/schema": "jsr:@bids/[email protected]+d9c23eb0",
"@cliffy/command": "jsr:@cliffy/[email protected]",
"@cliffy/table": "jsr:@cliffy/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion bids-validator/src/validators/json.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { default as Ajv, type JSONSchemaType, type ValidateFunction } from '@ajv'
import { Ajv, type JSONSchemaType, type ValidateFunction } from '@ajv'
import type { Schema } from '../types/schema.ts'
import { memoize } from '../utils/memoize.ts'
import { logger } from '../utils/logger.ts'
Expand Down

0 comments on commit b67e28f

Please sign in to comment.