From 32025dca5ca76695d463383372cd5f88687e2e9d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 20 Nov 2023 19:21:21 -0500 Subject: 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. --- tools/util.js | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/util.js') 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", }; -- cgit v1.2.3