Skip to content

Commit d390ae7

Browse files
committed
update imports to not need local installation
1 parent 4370b37 commit d390ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { parseArgs } from "@std/cli/parse-args";
1+
import { parseArgs } from "jsr:@std/cli@^0.224.7";
22
import { getValueFromEnv } from "./helpers/conf-helper.ts";
33
import { config, ConfigUnit } from "./config.ts";
44
import { showHelpMessage } from "./helpers/help-helper.ts";

0 commit comments

Comments
 (0)