Skip to content

Commit

Permalink
revert bump of std/node
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Feb 27, 2023
1 parent 67a41b9 commit d139cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export const exists = async (filename: string): Promise<boolean> => {
}
}

export { createRequire } from 'https://deno.land/std@0.178.0/node/module.ts'
export { createRequire } from 'https://deno.land/std@0.177.0/node/module.ts'

0 comments on commit d139cba

Please sign in to comment.