Skip to content

Commit

Permalink
fix: renamed spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp committed Oct 13, 2024
1 parent d45a7f4 commit acef41f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 92 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astral/astral": "jsr:@astral/astral@^0.4.5",
"@hono/hono": "jsr:@hono/hono@^4.5.5",
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/cli": "jsr:@std/cli@^1.0.3",
"@std/cli": "jsr:@std/[email protected].6",
"@std/fmt": "jsr:@std/fmt@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.1",
"md4w": "npm:md4w@^0.2.6"
Expand Down
183 changes: 93 additions & 90 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @module
*/

import { Spinner } from "@std/cli/spinner";
import { Spinner } from "@std/cli/unstable-spinner";
import { parseArgs } from "@std/cli/parse-args";
import {
bgBlue,
Expand Down

0 comments on commit acef41f

Please sign in to comment.