Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ 2 files 44(+) 4(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Sep 19, 2024
1 parent a6af9a3 commit 9b15d41
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"singleQuote": true
},
"imports": {
"dax/": "https://deno.land/x/[email protected].0/",
"fmt/": "https://deno.land/std@0.215.0/fmt/",
"promise-utils/": "https://cdn.jsdelivr.net/gh/blend/promise-utils/src/",
"std/": "https://deno.land/std@0.215.0/",
"dax/": "https://deno.land/x/[email protected].2/",
"fmt/": "https://deno.land/std@0.224.0/fmt/",
"promise-utils/": "https://cdn.jsdelivr.net/gh/blend/promise-utils@1.29.1/src/",
"std/": "https://deno.land/std@0.224.0/",
"deps.ts": "./.cron/deps.ts",
"util.ts": "./.cron/util.ts"
},
Expand Down
40 changes: 40 additions & 0 deletions deno.lock

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

0 comments on commit 9b15d41

Please sign in to comment.