Skip to content

Commit

Permalink
chore: update benchmark to 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 7f79a02 commit 9570031
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@std/assert": "jsr:@std/assert@0.221.0",
"@beast/compat": "jsr:@beast/compat@^0.2.5",
// bench
"@crayon/literal": "jsr:@crayon/literal@1.0.0-alpha.2"
"@crayon/literal": "jsr:@crayon/literal@1.0.0-alpha.4"
},

"exports": {
Expand Down
11 changes: 4 additions & 7 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 tests/bench.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2024 Im-Beast. All rights reserved. MIT license.
import crayon, { buildCrayon } from "../main.ts";
import { buildCrayon, crayon } from "../main.ts";
import "@crayon/literal";

import chalk4 from "npm:chalk@^4";
Expand Down

0 comments on commit 9570031

Please sign in to comment.