From 7d78598129670ec49d3780e6ebbae2048fa7d1cf Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Sat, 17 Jan 2026 15:01:35 -0500 Subject: [PATCH] misc tweaks --- README.md | 2 ++ deno.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92e1e86 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +in console, run: +`deno task scrape` \ No newline at end of file diff --git a/deno.json b/deno.json index 356097f..12fad0c 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,5 @@ { "tasks": { "scrape": "deno run -A scraper.ts" - }, - "imports": { - "@std/assert": "jsr:@std/assert@1" } }