diff --git a/README.md b/README.md index c227d03..20c7d6e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> ## ⚠️ Wizard is deprecated in favor of [tincan](https://github.com/gcaptn/tincan). + ![](screenshot.png) # 🧙 Wizard diff --git a/mod.ts b/mod.ts index 13c3915..9fd7b6e 100644 --- a/mod.ts +++ b/mod.ts @@ -1,5 +1,5 @@ import { ms } from 'https://deno.land/x/ms@v0.1.0/ms.ts' -import { green, bold, gray, red } from 'https://deno.land/std@0.89.0/fmt/colors.ts' +import { green, bold, gray, red } from 'https://deno.land/std@0.97.0/fmt/colors.ts' export * from 'https://deno.land/x/expect@v0.2.6/mod.ts' type Fn = (done: (err?: unknown) => void) => void | Promise