diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-24 17:43:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 21:43:34 +0000 |
| commit | f3284529f1689f1294929eb17c55ddf088f3d3bb (patch) | |
| tree | 535046cd96db3a39719f3ca5408bb89d5d0387bf /tools | |
| parent | 5a7414e16349d6872a94db38955bf89edf621c30 (diff) | |
feat(jsr): support importing from jsr via HTTPS specifiers (except for type checking) (#23513)
Closes https://github.com/jsr-io/jsr/issues/322
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/format.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, ], |
