Skip to content

Commit

Permalink
refactor: change ci-info by std-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mist3rBru committed Nov 26, 2024
1 parent 4044c03 commit 5d9d06d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"dependencies": {
"@clack/core": "workspace:*",
"ci-info": "^3.8.0",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
"sisteransi": "^1.0.5",
"std-env": "^3.4.3"
},
"devDependencies": {
"is-unicode-supported": "^1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/prompts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import {
SelectKeyPrompt,
SelectPrompt,
State,
TextPrompt,
TextPrompt
} from '@clack/core';
import { isCI } from 'ci-info';
import isUnicodeSupported from 'is-unicode-supported';
import color from 'picocolors';
import { cursor, erase } from 'sisteransi';
import { isCI } from 'std-env';

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

Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 5d9d06d

Please sign in to comment.