Skip to content

Commit

Permalink
chore: upgrade dprint 0.13.1 to fix CI. (denoland#10513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 6, 2021
1 parent 4f5b4f9 commit a9c58d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion third_party
2 changes: 1 addition & 1 deletion tools/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { getPrebuiltToolPath, getSources, join, ROOT_PATH } from "./util.js";

async function dprint() {
const configFile = join(ROOT_PATH, ".dprintrc.json");
const configFile = join(ROOT_PATH, ".dprint.json");
const execPath = getPrebuiltToolPath("dprint");
console.log("dprint");
const p = Deno.run({
Expand Down

0 comments on commit a9c58d5

Please sign in to comment.