Skip to content

Commit 0651306

Browse files
committed
chore: Depend on stable schema release
1 parent a04a593 commit 0651306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "1.15.0",
3+
"version": "1.15.1-dev",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",
@@ -24,7 +24,7 @@
2424
},
2525
"imports": {
2626
"@ajv": "npm:[email protected]",
27-
"@bids/schema": "jsr:@bids/[email protected].4-dev.10+436d7cde",
27+
"@bids/schema": "jsr:@bids/[email protected].3+1",
2828
"@cliffy/command": "jsr:@effigies/[email protected]",
2929
"@cliffy/table": "jsr:@effigies/[email protected]",
3030
"@hed/validator": "npm:[email protected]",

0 commit comments

Comments
 (0)