Skip to content

Commit e3beb99

Browse files
author
zhangfuxing
committed
fix: resolved publishing failure due to missing version constraint
1 parent b084cf0 commit e3beb99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt/colors";
2-
export { writeAll } from "jsr:@std/io/write-all";
3-
// export type { Writer } from "jsr:@std/io/types";
1+
export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt@1.0.3/colors";
2+
export { writeAll } from "jsr:@std/io@0.225.0/write-all";
3+
// export type { Writer } from "jsr:@std/io@0.225.0/types";

0 commit comments

Comments
 (0)