Skip to content

Commit

Permalink
fix: fix execa
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 16, 2023
1 parent e67b861 commit 9cfc22d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export { exists } from "https://deno.land/[email protected]/fs/exists.ts"
export { emptyDir } from "https://deno.land/[email protected]/fs/empty_dir.ts"
export { ensureFile } from "https://deno.land/[email protected]/fs/ensure_file.ts"
export { dirname, resolve } from "https://deno.land/[email protected]/path/mod.ts"
export { execa } from "https://deno.land/x/[email protected].0/src/process.ts"
export { execa } from "https://deno.land/x/[email protected].1/src/process.ts"
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.4.3"
export const version = "1.4.4"

0 comments on commit 9cfc22d

Please sign in to comment.