Skip to content

Commit 5529c89

Browse files
authored
chore: update repository url (#239)
1 parent d6d9ce7 commit 5529c89

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/basic/spinner-ci.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
*/
1212
import * as p from '@clack/prompts';
1313

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
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",

packages/core/src/utils/index.ts

+1-1
Original file line numberDiff line numberDiff 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

packages/prompts/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Effortlessly 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!'; })());
204204
stream.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)

packages/prompts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
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",

0 commit comments

Comments
 (0)