Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Aug 28, 2024
1 parent e0a33c8 commit d786be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parseCLIArguments } from "./deps.ts";
import { parse as parseCLIArguments } from "https://deno.land/[email protected]/flags/mod.ts"; // This prevents all dependencies from deps.ts to be installed when they are not needed

const UNSAFELY_IGNORE_CERT_ERRORS_FLAG =
"sdk-unsafely-ignore-certificate-errors";
Expand Down

0 comments on commit d786be1

Please sign in to comment.