Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Commit

Permalink
deprecate wizard in favor of tincan
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed May 23, 2021
1 parent ac3639c commit db21208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> ## ⚠️ Wizard is deprecated in favor of [tincan](https://github.com/gcaptn/tincan).
![](screenshot.png)

# 🧙 Wizard
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -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<void>
Expand Down

0 comments on commit db21208

Please sign in to comment.