Skip to content

Commit

Permalink
fix: add crypto to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 16, 2024
1 parent 0ee6ae0 commit 907bf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"exclude": ["**/*.md", "**/*.yml", "**/*.yaml"]
},
"workspace": ["./check-required-env", "./dates", "./logger"],
"workspace": ["./check-required-env", "./crypto", "./dates", "./logger"],
"imports": {
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@types/node": "npm:@types/node@^22.10.2",
Expand Down

0 comments on commit 907bf0c

Please sign in to comment.