File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
* - There will be no loading dots animation, instead it will be always `...`
8
8
* - Instead of erase the previous message, action that is blocked during CI, it will just write a new one.
9
9
*
10
- * Issue: https://github.com/natemoo-re /clack/issues/168
10
+ * Issue: https://github.com/bombshell-dev /clack/issues/168
11
11
*/
12
12
import * as p from '@clack/prompts' ;
13
13
Original file line number Diff line number Diff line change 15
15
"types" : " ./dist/index.d.ts" ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https://github.com/natemoo-re /clack" ,
18
+ "url" : " git+ https://github.com/bombshell-dev /clack.git " ,
19
19
"directory" : " packages/core"
20
20
},
21
21
"bugs" : {
22
- "url" : " https://github.com/natemoo-re /clack/issues"
22
+ "url" : " https://github.com/bombshell-dev /clack/issues"
23
23
},
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" ,
25
25
"files" : [" dist" , " CHANGELOG.md" ],
26
26
"keywords" : [
27
27
" ask" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function block({
61
61
input . off ( 'keypress' , clear ) ;
62
62
if ( hideCursor ) output . write ( cursor . show ) ;
63
63
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
65
65
if ( input . isTTY && ! isWindows ) input . setRawMode ( false ) ;
66
66
67
67
// @ts -expect-error fix for https://github.com/nodejs/node/issues/31762#issuecomment-1441223907
Original file line number Diff line number Diff line change 2
2
3
3
Effortlessly build beautiful command-line apps 🪄 [ Try the demo] ( https://stackblitz.com/edit/clack-prompts?file=index.js )
4
4
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 )
6
6
7
7
---
8
8
@@ -204,4 +204,4 @@ stream.error((function *() { yield 'Error!'; })());
204
204
stream .message ((function * () { yield ' Hello' ; yield " , World" })(), { symbol: color .cyan (' ~' ) });
205
205
```
206
206
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 15
15
"types" : " ./dist/index.d.ts" ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" : " https://github.com/natemoo-re /clack" ,
18
+ "url" : " git+ https://github.com/bombshell-dev /clack.git " ,
19
19
"directory" : " packages/prompts"
20
20
},
21
21
"bugs" : {
22
- "url" : " https://github.com/natemoo-re /clack/issues"
22
+ "url" : " https://github.com/bombshell-dev /clack/issues"
23
23
},
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" ,
25
25
"files" : [" dist" , " CHANGELOG.md" ],
26
26
"author" : {
27
27
"name" : " Nate Moore" ,
You can’t perform that action at this time.
0 commit comments