This commit is contained in:
tree 2023-05-22 16:39:36 +02:00
rodič 35e35281a2
revize e08bd94101
2 změnil soubory, kde provedl 4 přidání a 1 odebrání

Zobrazit soubor

@ -45,4 +45,7 @@ lock:
deno cache --lock-write --lock=lock.json ./utils/*.js
install:
deno cache --lock=lock.json ./utils/*.js
reinstall:
deno cache --reload --lock=lock.json ./utils/*.js

Zobrazit soubor

@ -1,4 +1,4 @@
import { config } from "https://deno.land/x/dotenv/mod.ts";
import { config } from "https://deno.land/x/dotenv@v3.2.2/mod.ts";
import SimpleTwitter from "https://raw.githubusercontent.com/burningtree/twit-deno/master/simple_twitter_deno.ts";
import { Table } from "https://deno.land/x/cliffy@v0.20.1/table/mod.ts";