Skip to content

Commit

Permalink
fix: version locking for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Jun 12, 2021
1 parent 48091d4 commit 814539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
readFileSync,
writeFile,
writeFileSync,
} from "https://github.com/windchime-yk/deno-util/raw/master/mod.ts";
} from "https://github.com/windchime-yk/deno-util/raw/v0.0.1/modules/file.ts";

export type BracesDBOption = {
/**
Expand Down

0 comments on commit 814539b

Please sign in to comment.