mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
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.
This commit is contained in:
parent
0f2cbcf6a9
commit
32025dca5c
2 changed files with 10 additions and 5 deletions
|
@ -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",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue