diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-20 19:21:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 00:21:21 +0000 |
commit | 32025dca5ca76695d463383372cd5f88687e2e9d (patch) | |
tree | 9f9f9c676079e11d60611467b974b8b96bd51b0e /tools/util.js | |
parent | 0f2cbcf6a98f0caa28f1ad59431d735044887feb (diff) |
chore(tools): pull dprint from npm instead of third_party (#21281)
This will allow this format script to work on more architectures. Also,
this upgrade fixes the issue with the unstable incremental cache that's
currently on main.
Diffstat (limited to 'tools/util.js')
-rw-r--r-- | tools/util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/util.js b/tools/util.js index 95eccbfe3..11c07326f 100644 --- a/tools/util.js +++ b/tools/util.js @@ -15,7 +15,6 @@ export { delay } from "../test_util/std/async/delay.ts"; // [toolName] --version output const versions = { - "dprint": "dprint 0.40.0", "dlint": "dlint 0.51.0", }; |