Skip to content

Commit

Permalink
fix(builders/lib_builder): deps ref
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Dec 24, 2022
1 parent e8150c4 commit 73fb4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/lib_builder/src/build_esm_lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* that this script should convert.
*/

import { copySync, emptyDirSync, ensureDirSync, walk } from "./deps.ts";
import { copySync, emptyDirSync, ensureDirSync, walk } from "../deps.ts";
const decoder = new TextDecoder();
const encoder = new TextEncoder();
const args = Deno.args.slice();
Expand Down

0 comments on commit 73fb4b9

Please # to comment.