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" } }