From e08bd94101eb79a18602c35970a39fdfc80da3db Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 22 May 2023 16:39:36 +0200 Subject: [PATCH] update makefile --- Makefile | 3 +++ utils/twitter-stats.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e56b987..b8ecb86 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file diff --git a/utils/twitter-stats.js b/utils/twitter-stats.js index dd4841b..44c8f8e 100644 --- a/utils/twitter-stats.js +++ b/utils/twitter-stats.js @@ -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";