Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ 14 files 2340(+) 229(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 5, 2024
1 parent 3719c23 commit 88ba1f7
Show file tree
Hide file tree
Showing 14 changed files with 2,340 additions and 229 deletions.
5 changes: 0 additions & 5 deletions .cron/Justfile

This file was deleted.

96 changes: 0 additions & 96 deletions .cron/config/deno.lock

This file was deleted.

12 changes: 6 additions & 6 deletions .cron/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"singleQuote": true
},
"imports": {
"dax/": "https://deno.land/x/dax@0.34.0/",
"dax/": "https://deno.land/x/dax@0.38.0/",
"deno/": "https://cdn.jsdelivr.net/gh/blend/promise-utils/src/",
"deps.ts": "./lib/deps.ts",
"fmt/": "https://deno.land/std@0.201.0/fmt/",
"lib.ts": "./lib/lib.ts",
"deps.ts": "./deps.ts",
"fmt/": "https://deno.land/std@0.214.0/fmt/",
"util.ts": "./util.ts",
"promise-utils/": "https://cdn.jsdelivr.net/gh/blend/promise-utils/src/",
"std/": "https://deno.land/std@0.201.0/"
"std/": "https://deno.land/std@0.214.0/"
},
"lock": "./config/deno.lock",
"lock": "./deno.lock",
"tasks": {
"update:lockfile": "fd .ts . -tf --threads=1 -X deno cache --import-map=deno.json --unstable --lock=deno.lock --lock-write"
}
Expand Down
Loading

0 comments on commit 88ba1f7

Please sign in to comment.