From 06f50b78ea62539e9a09b495bd91ae3cad171977 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 11 Nov 2024 13:14:50 -0500 Subject: [PATCH] chore: Revert to stable schema on main --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 1208ca16..0848110d 100644 --- a/deno.json +++ b/deno.json @@ -24,7 +24,7 @@ }, "imports": { "@ajv": "npm:ajv@8.17.1", - "@bids/schema": "jsr:@bids/schema@0.11.4-dev.10+436d7cde", + "@bids/schema": "jsr:@bids/schema@0.11.3+2", "@cliffy/command": "jsr:@effigies/cliffy-command@1.0.0-dev.8", "@cliffy/table": "jsr:@effigies/cliffy-table@1.0.0-dev.5", "@hed/validator": "npm:hed-validator@3.15.5",