Skip to content

Commit

Permalink
fix: resolved publishing failure due to missing version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuxing committed Oct 30, 2024
1 parent b084cf0 commit e3beb99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt/colors";
export { writeAll } from "jsr:@std/io/write-all";
// export type { Writer } from "jsr:@std/io/types";
export { bgGreen, bgWhite, stripAnsiCode } from "jsr:@std/fmt@1.0.3/colors";
export { writeAll } from "jsr:@std/io@0.225.0/write-all";
// export type { Writer } from "jsr:@std/io@0.225.0/types";

0 comments on commit e3beb99

Please sign in to comment.