Skip to content

Commit

Permalink
chore(deps): Update sub-process crux
Browse files Browse the repository at this point in the history
Gets us on a more consistent std version.
  • Loading branch information
danopia committed Jan 25, 2022
1 parent 900bcc4 commit 60d407a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export {
export * as entities from "https://deno.land/x/[email protected]/lib/xml-entities.js";

// these are also imported in other places
export { SubProcess } from "https://crux.land/454pqj#sub-process@v2";
export type { SubprocessErrorData } from "https://crux.land/454pqj#sub-process@v2";
export { SubProcess } from "https://crux.land/2isPVe#sub-process";
export type { SubprocessErrorData } from "https://crux.land/2isPVe#sub-process";
export { filesize } from "https://crux.land/6wZ5Sz#filesize@v1";
4 changes: 2 additions & 2 deletions feat/dependencies-of/compute.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SubProcess } from "https://crux.land/454pqj#sub-process@v2";
import { SubProcess } from "https://crux.land/2isPVe#sub-process";
export { SubProcess };
export type { SubprocessErrorData } from "https://crux.land/454pqj#sub-process@v2";
export type { SubprocessErrorData } from "https://crux.land/2isPVe#sub-process";

import { DenoInfo } from "../../lib/types.ts";
import { computeDependencies } from "../../lib/module-map.ts";
Expand Down

0 comments on commit 60d407a

Please sign in to comment.