Skip to content

Commit

Permalink
fix dirname import
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauorriols committed Nov 11, 2023
1 parent c3ffffd commit 9739a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// std
export {
dirname,
fromFileUrl,
join,
normalize,
Expand Down
3 changes: 1 addition & 2 deletions src/config_file.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2021 Deno Land Inc. All rights reserved. MIT license.

import { dirname } from "https://deno.land/[email protected]/path/win32.ts";
import { join } from "../deps.ts";
import { dirname, join } from "../deps.ts";
import { error } from "./error.ts";
import { wait } from "./utils/spinner.ts";

Expand Down

0 comments on commit 9739a6a

Please sign in to comment.