From f3284529f1689f1294929eb17c55ddf088f3d3bb Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 24 Apr 2024 17:43:34 -0400 Subject: feat(jsr): support importing from jsr via HTTPS specifiers (except for type checking) (#23513) Closes https://github.com/jsr-io/jsr/issues/322 --- tools/format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/format.js b/tools/format.js index 46f57e7f2..2f4d734d7 100755 --- a/tools/format.js +++ b/tools/format.js @@ -9,7 +9,7 @@ const cmd = new Deno.Command("deno", { "run", "-A", "--no-config", - "npm:dprint@0.45.0", + "npm:dprint@0.45.1", subcommand, "--config=" + configFile, ], -- cgit v1.2.3