mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
pin deno to 1.34.2 because 1.34.3 broke
This commit is contained in:
parent
d56ab8d1ef
commit
c71f0b84f4
13
.github/scripts/index-packages.ts
vendored
13
.github/scripts/index-packages.ts
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue