Skip to content

Commit

Permalink
🔧 fix: Add missing import @std/assert
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmark committed Dec 22, 2024
1 parent b6d1b91 commit f43c262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"exports": "./mod.ts",
"license": "MIT",
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.10",
"@std/cli": "jsr:@std/cli@^1.0.9",
"@std/io": "jsr:@std/io@^0.225.0",
"@std/path": "jsr:@std/path@^1.0.8"
Expand Down

0 comments on commit f43c262

Please sign in to comment.