Skip to content

Commit

Permalink
fix:come back export isCancel
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nch1 committed Jun 19, 2024
1 parent 23f8611 commit 64010a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"test": "pnpm lint && pnpm vitest run --coverage"
},
"devDependencies": {
"@clack/core": "^0.3.4",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"changelogen": "^0.5.5",
Expand All @@ -100,5 +99,8 @@
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.3.0",
"dependencies": {
"@clack/core": "^0.3.4"
}
}
3 changes: 2 additions & 1 deletion pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions src/utils/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import { cursor, erase } from "sisteransi";

import { colors as color } from "./color";

export { isCancel } from "@clack/core";

const unicode = isUnicodeSupported();
/**
* Checks if the environment supports Unicode and selects symbols accordingly.
Expand Down

0 comments on commit 64010a3

Please sign in to comment.