Skip to content

Commit

Permalink
feat: use crayon@4.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Aug 26, 2024
1 parent 257c692 commit 73b9b3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-alpha.3",

"imports": {
"@crayon/crayon": "jsr:/@crayon/crayon@4.0.0-alpha.3",
"@crayon/crayon": "jsr:/@crayon/crayon@4.0.0-alpha.4",
// tests
"@beast/compat": "jsr:@beast/compat@^0.2.5",
"@std/assert": "jsr:@std/assert@^0.221.0"
Expand Down
8 changes: 4 additions & 4 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { env, test } from "@beast/compat";
import { assertEquals, assertThrows } from "@std/assert";

import crayon from "@crayon/crayon";
import { crayon } from "@crayon/crayon";
import "./main.ts";

const NO_COLOR = !!(env("NO_COLOR") && env("NO_COLOR") !== "0");
Expand Down

0 comments on commit 73b9b3a

Please sign in to comment.