pin deno to 1.34.2 because 1.34.3 broke

This commit is contained in:
ABevier 2023-06-15 23:41:08 -04:00
parent d56ab8d1ef
commit c71f0b84f4
No known key found for this signature in database

View file

@ -1,4 +1,15 @@
#!/usr/bin/env -S tea -E deno run --allow-read --allow-env --allow-net --allow-sys
#!/usr/bin/env -S tea -E
/*---
args:
- deno
- run
- --allow-read
- --allow-net
- --allow-env
- --allow-sys
dependencies:
deno.land: =1.34.2
---*/
import { usePantry } from "hooks"
import * as ARGV from "./utils/args.ts"