Skip to content

Commit

Permalink
feat: use upstream @clack/prompts (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Dec 28, 2024
1 parent 7313424 commit 3190635
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,086 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOFTWARE.

---

Prompt support is based on https://github.com/natemoo-re/clack
Prompt support is based on https://github.com/bombshell-dev/clack

MIT License

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
},
"devDependencies": {
"@clack/core": "^0.4.0",
"@clack/prompts": "^0.9.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"changelogen": "^0.5.7",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/prompt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { text, confirm, select, multiselect } from "./utils/prompt";
import { text, confirm, select, multiselect } from "@clack/prompts";

type SelectOption = {
label: string;
Expand Down
Loading

0 comments on commit 3190635

Please sign in to comment.