File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 77 * - There will be no loading dots animation, instead it will be always `...`
88 * - Instead of erase the previous message, action that is blocked during CI, it will just write a new one.
99 *
10- * Issue: https://github.com/natemoo-re /clack/issues/168
10+ * Issue: https://github.com/bombshell-dev /clack/issues/168
1111 */
1212import * as p from '@clack/prompts' ;
1313
Original file line number Diff line number Diff line change 1515 "types" : " ./dist/index.d.ts" ,
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " https://github.com/natemoo-re /clack" ,
18+ "url" : " git+ https://github.com/bombshell-dev /clack.git " ,
1919 "directory" : " packages/core"
2020 },
2121 "bugs" : {
22- "url" : " https://github.com/natemoo-re /clack/issues"
22+ "url" : " https://github.com/bombshell-dev /clack/issues"
2323 },
24- "homepage" : " https://github.com/natemoo-re /clack/tree/main/packages/core#readme" ,
24+ "homepage" : " https://github.com/bombshell-dev /clack/tree/main/packages/core#readme" ,
2525 "files" : [" dist" , " CHANGELOG.md" ],
2626 "keywords" : [
2727 " ask" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function block({
6161 input . off ( 'keypress' , clear ) ;
6262 if ( hideCursor ) output . write ( cursor . show ) ;
6363
64- // Prevent Windows specific issues: https://github.com/natemoo-re /clack/issues/176
64+ // Prevent Windows specific issues: https://github.com/bombshell-dev /clack/issues/176
6565 if ( input . isTTY && ! isWindows ) input . setRawMode ( false ) ;
6666
6767 // @ts -expect-error fix for https://github.com/nodejs/node/issues/31762#issuecomment-1441223907
Original file line number Diff line number Diff line change 22
33Effortlessly build beautiful command-line apps 🪄 [ Try the demo] ( https://stackblitz.com/edit/clack-prompts?file=index.js )
44
5- ![ clack-prompt] ( https://github.com/natemoo-re /clack/blob/main/.github/assets/clack-demo.gif )
5+ ![ clack-prompt] ( https://github.com/bombshell-dev /clack/blob/main/.github/assets/clack-demo.gif )
66
77---
88
@@ -204,4 +204,4 @@ stream.error((function *() { yield 'Error!'; })());
204204stream .message ((function * () { yield ' Hello' ; yield " , World" })(), { symbol: color .cyan (' ~' ) });
205205```
206206
207- [ clack-log-prompts] ( https://github.com/natemoo-re /clack/blob/main/.github/assets/clack-logs.png )
207+ [ clack-log-prompts] ( https://github.com/bombshell-dev /clack/blob/main/.github/assets/clack-logs.png )
Original file line number Diff line number Diff line change 1515 "types" : " ./dist/index.d.ts" ,
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " https://github.com/natemoo-re /clack" ,
18+ "url" : " git+ https://github.com/bombshell-dev /clack.git " ,
1919 "directory" : " packages/prompts"
2020 },
2121 "bugs" : {
22- "url" : " https://github.com/natemoo-re /clack/issues"
22+ "url" : " https://github.com/bombshell-dev /clack/issues"
2323 },
24- "homepage" : " https://github.com/natemoo-re /clack/tree/main/packages/prompts#readme" ,
24+ "homepage" : " https://github.com/bombshell-dev /clack/tree/main/packages/prompts#readme" ,
2525 "files" : [" dist" , " CHANGELOG.md" ],
2626 "author" : {
2727 "name" : " Nate Moore" ,
You can’t perform that action at this time.
0 commit comments