Skip to content

Commit 87daba5

Browse files
committed
chore: update links
1 parent 6be9bf2 commit 87daba5

File tree

12 files changed

+89
-89
lines changed

12 files changed

+89
-89
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions are welcome and will be fully credited!
44

5-
We accept contributions via Pull Requests on [Github](https://github.com/posva-sponsors/vue-termui).
5+
We accept contributions via Pull Requests on [Github](https://github.com/vue-terminal/vue-termui).
66

77
## Pull Requests
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://npmjs.com/package/vue-termui"><img src="https://badgen.net/npm/v/vue-termui" alt="npm package"></a>
11-
<a href="https://github.com/posva-sponsors/vue-termui/actions/workflows/test.yml?query=branch%3Amain"><img src="https://github.com/posva-sponsors/vue-termui/actions/workflows/test.yml/badge.svg" alt="build status"></a>
11+
<a href="https://github.com/vue-terminal/vue-termui/actions/workflows/test.yml?query=branch%3Amain"><img src="https://github.com/vue-terminal/vue-termui/actions/workflows/test.yml/badge.svg" alt="build status"></a>
1212
<a href="https://codecov.io/github/vue-terminal/vue-termui"><img src="https://badgen.net/codecov/c/github/vue-terminal/vue-termui" alt="code coverage"></a>
1313
</p>
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "root",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@7.9.5",
5+
"packageManager": "pnpm@7.12.2",
66
"repository": {
7-
"url": "https://github.com/posva-sponsors/vue-termui.git",
7+
"url": "https://github.com/vue-terminal/vue-termui.git",
88
"type": "git"
99
},
1010
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
## [0.0.14](https://github.com/posva-sponsors/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-03-21)
1+
## [0.0.14](https://github.com/vue-terminal/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-03-21)
22

33
### Bug Fixes
44

5-
- exit app when done ([a1461db](https://github.com/posva-sponsors/vue-termui/commit/a1461dbcfa6a2906e78cd5fed1bbdcc9c77d16f2))
5+
- exit app when done ([a1461db](https://github.com/vue-terminal/vue-termui/commit/a1461dbcfa6a2906e78cd5fed1bbdcc9c77d16f2))
66

77
### Features
88

9-
- auto detect port ([8fd7f40](https://github.com/posva-sponsors/vue-termui/commit/8fd7f409437582e8f3957535aa87e18176e09a42))
10-
- focus management ([6198d1c](https://github.com/posva-sponsors/vue-termui/commit/6198d1c84ccbfca1d734fe1e049fb16842bc8136))
9+
- auto detect port ([8fd7f40](https://github.com/vue-terminal/vue-termui/commit/8fd7f409437582e8f3957535aa87e18176e09a42))
10+
- focus management ([6198d1c](https://github.com/vue-terminal/vue-termui/commit/6198d1c84ccbfca1d734fe1e049fb16842bc8136))
1111

12-
## [0.0.13](https://github.com/posva-sponsors/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-03-15)
12+
## [0.0.13](https://github.com/vue-terminal/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-03-15)
1313

1414
### Bug Fixes
1515

16-
- use production mode by default for better builds ([f37830b](https://github.com/posva-sponsors/vue-termui/commit/f37830be17bdd87248203957d5204467c55a4478))
16+
- use production mode by default for better builds ([f37830b](https://github.com/vue-terminal/vue-termui/commit/f37830be17bdd87248203957d5204467c55a4478))
1717

1818
## 0.0.12 (2022-03-15)
1919

2020
### Bug Fixes
2121

22-
- deps and cli file ([0473999](https://github.com/posva-sponsors/vue-termui/commit/04739996ede2b9d64a507a292ba813b7bafabe98))
22+
- deps and cli file ([0473999](https://github.com/vue-terminal/vue-termui/commit/04739996ede2b9d64a507a292ba813b7bafabe98))
2323

2424
### Features
2525

26-
- add link and text transform components ([654ee74](https://github.com/posva-sponsors/vue-termui/commit/654ee74b15277c3913df630c7898826f0bd74d4c))
27-
- add top, left, right, bottom ([5b73f16](https://github.com/posva-sponsors/vue-termui/commit/5b73f16808577d19766a3c3cea2be68f7302a345))
28-
- handle communication channel + ctrl-c on dev server ([ebb5ec7](https://github.com/posva-sponsors/vue-termui/commit/ebb5ec72438dcf2f8e693ba9d16dd63672f834d5))
29-
- handle multiple keys ([b48c8c0](https://github.com/posva-sponsors/vue-termui/commit/b48c8c0a0af203151e7c858f292c7d1746281c0f))
30-
- warn missing current instance ([77d24ca](https://github.com/posva-sponsors/vue-termui/commit/77d24cae0db1d54a1c1c88547a8f6e8e9734dac1))
26+
- add link and text transform components ([654ee74](https://github.com/vue-terminal/vue-termui/commit/654ee74b15277c3913df630c7898826f0bd74d4c))
27+
- add top, left, right, bottom ([5b73f16](https://github.com/vue-terminal/vue-termui/commit/5b73f16808577d19766a3c3cea2be68f7302a345))
28+
- handle communication channel + ctrl-c on dev server ([ebb5ec7](https://github.com/vue-terminal/vue-termui/commit/ebb5ec72438dcf2f8e693ba9d16dd63672f834d5))
29+
- handle multiple keys ([b48c8c0](https://github.com/vue-terminal/vue-termui/commit/b48c8c0a0af203151e7c858f292c7d1746281c0f))
30+
- warn missing current instance ([77d24ca](https://github.com/vue-terminal/vue-termui/commit/77d24cae0db1d54a1c1c88547a8f6e8e9734dac1))

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"vue-termui-cli",
3939
"vue-termui"
4040
],
41-
"funding": "https://github.com/posva-sponsors/vue-termui?sponsor=1",
41+
"funding": "https://github.com/vue-terminal/vue-termui?sponsor=1",
4242
"license": "MIT",
4343
"author": "Eduardo San Martin Morote (https://esm.dev)",
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/posva-sponsors/vue-termui.git",
46+
"url": "https://github.com/vue-terminal/vue-termui.git",
4747
"directory": "packages/cli"
4848
},
4949
"engines": {
5050
"node": ">=14.0.0"
5151
},
5252
"bugs": {
53-
"url": "https://github.com/posva-sponsors/vue-termui/issues"
53+
"url": "https://github.com/vue-terminal/vue-termui/issues"
5454
},
55-
"homepage": "https://github.com/posva-sponsors/vue-termui#readme",
55+
"homepage": "https://github.com/vue-terminal/vue-termui#readme",
5656
"dependencies": {
5757
"picocolors": "^1.0.0",
5858
"vite-node": "^0.23.4",

packages/core/CHANGELOG.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
## [0.0.12](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.12) (2022-03-26)
1+
## [0.0.12](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.12) (2022-03-26)
22

33
### Bug Fixes
44

5-
- clear screen when swapScreens is true ([5ef1f9e](https://github.com/posva-sponsors/vue-termui/commit/5ef1f9eebced1b1bbda919639bec0d451fc96aa3))
5+
- clear screen when swapScreens is true ([5ef1f9e](https://github.com/vue-terminal/vue-termui/commit/5ef1f9eebced1b1bbda919639bec0d451fc96aa3))
66

7-
## [0.0.11](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.11) (2022-03-26)
7+
## [0.0.11](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.11) (2022-03-26)
88

99
### Bug Fixes
1010

11-
- **focus:** pass disabled ref to useFocus ([b42248c](https://github.com/posva-sponsors/vue-termui/commit/b42248c8ef59da21a33db876bdeaf615d76be4df))
11+
- **focus:** pass disabled ref to useFocus ([b42248c](https://github.com/vue-terminal/vue-termui/commit/b42248c8ef59da21a33db876bdeaf615d76be4df))
1212

1313
### Code Refactoring
1414

15-
- rewrite useStdout() ([7cfba52](https://github.com/posva-sponsors/vue-termui/commit/7cfba5296a7728e2a5920ed85a41504c14f9c14c))
15+
- rewrite useStdout() ([7cfba52](https://github.com/vue-terminal/vue-termui/commit/7cfba5296a7728e2a5920ed85a41504c14f9c14c))
1616

1717
### Features
1818

19-
- allow swapping screens for fullscreen apps ([71e0cdc](https://github.com/posva-sponsors/vue-termui/commit/71e0cdcc161a7c5531e36da9b6441d2e26bff895))
20-
- **box:** add basic title ([e5b488d](https://github.com/posva-sponsors/vue-termui/commit/e5b488d6e7e18853e4ff5f2e9fa96742c87fcfd3))
21-
- useTitle ([a8b14ce](https://github.com/posva-sponsors/vue-termui/commit/a8b14ce0c8b7aa3e31f1f963a650d672de261ef1))
19+
- allow swapping screens for fullscreen apps ([71e0cdc](https://github.com/vue-terminal/vue-termui/commit/71e0cdcc161a7c5531e36da9b6441d2e26bff895))
20+
- **box:** add basic title ([e5b488d](https://github.com/vue-terminal/vue-termui/commit/e5b488d6e7e18853e4ff5f2e9fa96742c87fcfd3))
21+
- useTitle ([a8b14ce](https://github.com/vue-terminal/vue-termui/commit/a8b14ce0c8b7aa3e31f1f963a650d672de261ef1))
2222

2323
### BREAKING CHANGES
2424

@@ -27,24 +27,24 @@
2727
lets you write to the output without messing up with the current output.
2828
Useful for debugging.
2929

30-
## [0.0.10](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.10) (2022-03-21)
30+
## [0.0.10](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.10) (2022-03-21)
3131

3232
### Bug Fixes
3333

34-
- exit app when done ([a1461db](https://github.com/posva-sponsors/vue-termui/commit/a1461dbcfa6a2906e78cd5fed1bbdcc9c77d16f2))
34+
- exit app when done ([a1461db](https://github.com/vue-terminal/vue-termui/commit/a1461dbcfa6a2906e78cd5fed1bbdcc9c77d16f2))
3535

3636
### Code Refactoring
3737

38-
- rename input properties to avoid collisions with dom ([3149bea](https://github.com/posva-sponsors/vue-termui/commit/3149beab70e378e20113cb84e44eff0aa16bfc68))
38+
- rename input properties to avoid collisions with dom ([3149bea](https://github.com/vue-terminal/vue-termui/commit/3149beab70e378e20113cb84e44eff0aa16bfc68))
3939

4040
### Features
4141

42-
- add handling of onInput ([e28bfe4](https://github.com/posva-sponsors/vue-termui/commit/e28bfe464ac80e67d00200a19c1105867179a72c))
43-
- auto detect port ([8fd7f40](https://github.com/posva-sponsors/vue-termui/commit/8fd7f409437582e8f3957535aa87e18176e09a42))
44-
- **components:** wip input ([e8a5940](https://github.com/posva-sponsors/vue-termui/commit/e8a59409043058b115d9e39f24240f894e7251b2))
45-
- focus management ([6198d1c](https://github.com/posva-sponsors/vue-termui/commit/6198d1c84ccbfca1d734fe1e049fb16842bc8136))
46-
- onInput emits raw data ([d693db4](https://github.com/posva-sponsors/vue-termui/commit/d693db4ca295babc9bcf9ce9b8a34d9c51cb9ad9))
47-
- wip focus handler ([da25da2](https://github.com/posva-sponsors/vue-termui/commit/da25da2c2cf442d5a5aadc0d1e587a14ae60ce82))
42+
- add handling of onInput ([e28bfe4](https://github.com/vue-terminal/vue-termui/commit/e28bfe464ac80e67d00200a19c1105867179a72c))
43+
- auto detect port ([8fd7f40](https://github.com/vue-terminal/vue-termui/commit/8fd7f409437582e8f3957535aa87e18176e09a42))
44+
- **components:** wip input ([e8a5940](https://github.com/vue-terminal/vue-termui/commit/e8a59409043058b115d9e39f24240f894e7251b2))
45+
- focus management ([6198d1c](https://github.com/vue-terminal/vue-termui/commit/6198d1c84ccbfca1d734fe1e049fb16842bc8136))
46+
- onInput emits raw data ([d693db4](https://github.com/vue-terminal/vue-termui/commit/d693db4ca295babc9bcf9ce9b8a34d9c51cb9ad9))
47+
- wip focus handler ([da25da2](https://github.com/vue-terminal/vue-termui/commit/da25da2c2cf442d5a5aadc0d1e587a14ae60ce82))
4848

4949
### BREAKING CHANGES
5050

@@ -61,35 +61,35 @@
6161

6262
- onInput emits a single raw data now
6363

64-
## [0.0.9](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.9) (2022-03-15)
64+
## [0.0.9](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.9) (2022-03-15)
6565

6666
### Bug Fixes
6767

68-
- types in package.json ([c78adf6](https://github.com/posva-sponsors/vue-termui/commit/c78adf611c2a920823af6e2648ac6ddf34d169c0))
68+
- types in package.json ([c78adf6](https://github.com/vue-terminal/vue-termui/commit/c78adf611c2a920823af6e2648ac6ddf34d169c0))
6969

70-
## [0.0.8](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.8) (2022-03-15)
70+
## [0.0.8](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.8) (2022-03-15)
7171

7272
### Bug Fixes
7373

74-
- typo in cursor sequence ([2677417](https://github.com/posva-sponsors/vue-termui/commit/2677417da969db6a4e7231f9ce98f0a4909bfd4c))
75-
- use production mode by default for better builds ([f37830b](https://github.com/posva-sponsors/vue-termui/commit/f37830be17bdd87248203957d5204467c55a4478))
74+
- typo in cursor sequence ([2677417](https://github.com/vue-terminal/vue-termui/commit/2677417da969db6a4e7231f9ce98f0a4909bfd4c))
75+
- use production mode by default for better builds ([f37830b](https://github.com/vue-terminal/vue-termui/commit/f37830be17bdd87248203957d5204467c55a4478))
7676

7777
## 0.0.7 (2022-03-15)
7878

7979
### Bug Fixes
8080

81-
- add base function keys ([ea21f0b](https://github.com/posva-sponsors/vue-termui/commit/ea21f0be4a226cf8e82889b9d318c75e7914e9cf))
82-
- make playground work ([65d96db](https://github.com/posva-sponsors/vue-termui/commit/65d96db3a57debe0d0b8e30fff9d48f02d50db82))
83-
- text computation ([c8eda3f](https://github.com/posva-sponsors/vue-termui/commit/c8eda3ffc2761ec0b2fbd4720833099a2af20b05))
84-
- type ([7391160](https://github.com/posva-sponsors/vue-termui/commit/739116056780b43be17f92824ff4eede43e5aaa7))
81+
- add base function keys ([ea21f0b](https://github.com/vue-terminal/vue-termui/commit/ea21f0be4a226cf8e82889b9d318c75e7914e9cf))
82+
- make playground work ([65d96db](https://github.com/vue-terminal/vue-termui/commit/65d96db3a57debe0d0b8e30fff9d48f02d50db82))
83+
- text computation ([c8eda3f](https://github.com/vue-terminal/vue-termui/commit/c8eda3ffc2761ec0b2fbd4720833099a2af20b05))
84+
- type ([7391160](https://github.com/vue-terminal/vue-termui/commit/739116056780b43be17f92824ff4eede43e5aaa7))
8585

8686
### Features
8787

88-
- add clone node op ([7360c1d](https://github.com/posva-sponsors/vue-termui/commit/7360c1d2c620df74cabf01de89ba020c3071840d))
89-
- add exitApp ([7ce4e67](https://github.com/posva-sponsors/vue-termui/commit/7ce4e67eebdcc80b3514db7a072ee7615045d879))
90-
- add link and text transform components ([654ee74](https://github.com/posva-sponsors/vue-termui/commit/654ee74b15277c3913df630c7898826f0bd74d4c))
91-
- add top, left, right, bottom ([5b73f16](https://github.com/posva-sponsors/vue-termui/commit/5b73f16808577d19766a3c3cea2be68f7302a345))
92-
- handle communication channel + ctrl-c on dev server ([ebb5ec7](https://github.com/posva-sponsors/vue-termui/commit/ebb5ec72438dcf2f8e693ba9d16dd63672f834d5))
93-
- handle multiple keys ([b48c8c0](https://github.com/posva-sponsors/vue-termui/commit/b48c8c0a0af203151e7c858f292c7d1746281c0f))
94-
- make signal exit browser compatible ([ae34c2c](https://github.com/posva-sponsors/vue-termui/commit/ae34c2c786a6ea63a22fe1867b2f89b272f272cb))
95-
- warn missing current instance ([77d24ca](https://github.com/posva-sponsors/vue-termui/commit/77d24cae0db1d54a1c1c88547a8f6e8e9734dac1))
88+
- add clone node op ([7360c1d](https://github.com/vue-terminal/vue-termui/commit/7360c1d2c620df74cabf01de89ba020c3071840d))
89+
- add exitApp ([7ce4e67](https://github.com/vue-terminal/vue-termui/commit/7ce4e67eebdcc80b3514db7a072ee7615045d879))
90+
- add link and text transform components ([654ee74](https://github.com/vue-terminal/vue-termui/commit/654ee74b15277c3913df630c7898826f0bd74d4c))
91+
- add top, left, right, bottom ([5b73f16](https://github.com/vue-terminal/vue-termui/commit/5b73f16808577d19766a3c3cea2be68f7302a345))
92+
- handle communication channel + ctrl-c on dev server ([ebb5ec7](https://github.com/vue-terminal/vue-termui/commit/ebb5ec72438dcf2f8e693ba9d16dd63672f834d5))
93+
- handle multiple keys ([b48c8c0](https://github.com/vue-terminal/vue-termui/commit/b48c8c0a0af203151e7c858f292c7d1746281c0f))
94+
- make signal exit browser compatible ([ae34c2c](https://github.com/vue-terminal/vue-termui/commit/ae34c2c786a6ea63a22fe1867b2f89b272f272cb))
95+
- warn missing current instance ([77d24ca](https://github.com/vue-terminal/vue-termui/commit/77d24cae0db1d54a1c1c88547a8f6e8e9734dac1))

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"termui",
2929
"tui"
3030
],
31-
"funding": "https://github.com/posva-sponsors/vue-termui?sponsor=1",
31+
"funding": "https://github.com/vue-terminal/vue-termui?sponsor=1",
3232
"license": "MIT",
3333
"author": "Eduardo San Martin Morote (https://esm.dev)",
3434
"scripts": {
@@ -68,11 +68,11 @@
6868
},
6969
"repository": {
7070
"type": "git",
71-
"url": "https://github.com/posva-sponsors/vue-termui.git",
71+
"url": "https://github.com/vue-terminal/vue-termui.git",
7272
"directory": "packages/core"
7373
},
7474
"bugs": {
75-
"url": "https://github.com/posva-sponsors/vue-termui/issues"
75+
"url": "https://github.com/vue-terminal/vue-termui/issues"
7676
},
77-
"homepage": "https://github.com/posva-sponsors/vue-termui#readme"
77+
"homepage": "https://github.com/vue-terminal/vue-termui#readme"
7878
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
## [0.0.10](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.10) (2022-03-21)
1+
## [0.0.10](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.10) (2022-03-21)
22

33
### Bug Fixes
44

5-
- demo ([23d9ef1](https://github.com/posva-sponsors/vue-termui/commit/23d9ef1a6e132958f6160a7a3143e02fd22d5957))
5+
- demo ([23d9ef1](https://github.com/vue-terminal/vue-termui/commit/23d9ef1a6e132958f6160a7a3143e02fd22d5957))
66

7-
## [0.0.9](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.9) (2022-03-15)
7+
## [0.0.9](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.9) (2022-03-15)
88

99
### Bug Fixes
1010

11-
- layout in template ([762001b](https://github.com/posva-sponsors/vue-termui/commit/762001b655d3c847bdab3d9177189f8149ebe749))
11+
- layout in template ([762001b](https://github.com/vue-terminal/vue-termui/commit/762001b655d3c847bdab3d9177189f8149ebe749))
1212

13-
## [0.0.8](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.8) (2022-03-15)
13+
## [0.0.8](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.8) (2022-03-15)
1414

1515
### Bug Fixes
1616

17-
- add initial d.ts ([f9f91a9](https://github.com/posva-sponsors/vue-termui/commit/f9f91a9115041ce3da708986287bb9892e9b75cd))
17+
- add initial d.ts ([f9f91a9](https://github.com/vue-terminal/vue-termui/commit/f9f91a9115041ce3da708986287bb9892e9b75cd))
1818

1919
### Features
2020

21-
- more complex hello world ([2fc38da](https://github.com/posva-sponsors/vue-termui/commit/2fc38dadc2c31c40eaf4704879eb3ce3c9b7a338))
21+
- more complex hello world ([2fc38da](https://github.com/vue-terminal/vue-termui/commit/2fc38dadc2c31c40eaf4704879eb3ce3c9b7a338))
2222

23-
## [0.0.7](https://github.com/posva-sponsors/vue-termui/compare/[email protected]@0.0.7) (2022-03-15)
23+
## [0.0.7](https://github.com/vue-terminal/vue-termui/compare/[email protected]@0.0.7) (2022-03-15)
2424

2525
### Bug Fixes
2626

27-
- correct deps ([a2e5fa6](https://github.com/posva-sponsors/vue-termui/commit/a2e5fa6be58b9e3a69906fea37f76464843f2a2d))
27+
- correct deps ([a2e5fa6](https://github.com/vue-terminal/vue-termui/commit/a2e5fa6be58b9e3a69906fea37f76464843f2a2d))
2828

2929
## 0.0.6 (2022-03-15)
3030

3131
### Bug Fixes
3232

33-
- deps and cli file ([0473999](https://github.com/posva-sponsors/vue-termui/commit/04739996ede2b9d64a507a292ba813b7bafabe98))
33+
- deps and cli file ([0473999](https://github.com/vue-terminal/vue-termui/commit/04739996ede2b9d64a507a292ba813b7bafabe98))
3434

3535
### Features
3636

37-
- add create package ([1804db2](https://github.com/posva-sponsors/vue-termui/commit/1804db281ed90c99a4d1b33ac199128279705782))
38-
- more template ([2482fda](https://github.com/posva-sponsors/vue-termui/commit/2482fdafa4ae76fc01241775a6387a07b25d3041))
37+
- add create package ([1804db2](https://github.com/vue-terminal/vue-termui/commit/1804db281ed90c99a4d1b33ac199128279705782))
38+
- more template ([2482fda](https://github.com/vue-terminal/vue-termui/commit/2482fdafa4ae76fc01241775a6387a07b25d3041))

packages/create-vue-termui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-vue-termui",
33
"version": "0.0.10",
44
"license": "MIT",
5-
"funding": "https://github.com/posva-sponsors/vue-termui?sponsor=1",
5+
"funding": "https://github.com/vue-terminal/vue-termui?sponsor=1",
66
"author": "Eduardo San Martin Morote (https://esm.dev)",
77
"bin": {
88
"create-vue-termui": "index.js"
@@ -25,16 +25,16 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/posva-sponsors/vue-termui.git",
28+
"url": "https://github.com/vue-terminal/vue-termui.git",
2929
"directory": "packages/create-vue-termui"
3030
},
3131
"engines": {
3232
"node": ">=14.0.0"
3333
},
3434
"bugs": {
35-
"url": "https://github.com/posva-sponsors/vue-termui/issues"
35+
"url": "https://github.com/vue-terminal/vue-termui/issues"
3636
},
37-
"homepage": "https://github.com/posva-sponsors/vue-termui#readme",
37+
"homepage": "https://github.com/vue-terminal/vue-termui#readme",
3838
"dependencies": {
3939
"kolorist": "^1.6.0",
4040
"prompts": "^2.4.2"

0 commit comments

Comments
 (0)