Skip to content

Commit da19ea3

Browse files
authored
feat!: Move GitHub Repository from TelestionTeam Organization to wuespace Organization
BREAKING CHANGE: If you referenced the npm packages via GitHub, please update your paths accordingly.
1 parent f8fcef7 commit da19ea3

File tree

32 files changed

+545
-545
lines changed

32 files changed

+545
-545
lines changed

.fliegdocrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
],
3737
title: 'Telestion Client Monorepo',
3838
externalLinks: {
39-
GitHub: 'https://github.com/TelestionTeam/telestion-client/',
39+
GitHub: 'https://github.com/wuespace/telestion-client/',
4040
Homepage: 'https://telestion.wuespace.de/',
4141
'React Spectrum Libraries': 'https://react-spectrum.adobe.com/',
4242
'Legal Notice': 'https://www.wuespace.de/legal-notice/'

.storybook/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ html {
77
margin: 0;
88
}
99

10-
input + svg,
11-
button svg {
10+
button svg,
11+
input + svg {
1212
padding-right: 0 !important;
1313
padding-left: 0 !important;
1414
}

CHANGELOG.md

Lines changed: 154 additions & 154 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ While we appreciate if you can follow our conventional commit structure, ensure
88

99
> **⚠ NOTE:** While the most important principles for contributing to the `telestion-client` repository are described below, the _Telestion Client Git Conventions_ contain a lot more information. This is especially mandatory for maintainers.
1010
>
11-
> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/TelestionTeam/telestion-docs/releases/latest)
11+
> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/wuespace/telestion-docs/releases/latest)
1212
1313
### Installation
1414

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Telestion Client
22

3-
[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability)
4-
[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage)
5-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22)
6-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI)
7-
[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE)
3+
[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability)
4+
[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage)
5+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22)
6+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI)
7+
[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE)
88
[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json)
99
[![NPM current](https://img.shields.io/badge/npm-%3E%3D7-blue)](package.json)
1010
[![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace)
@@ -26,7 +26,7 @@ Before you begin, please make sure that you have the following tools installed o
2626
- [NodeJS](https://nodejs.org/en/) ([Download](https://nodejs.org/en/download/))
2727
- [npm](https://www.npmjs.com/) ([Installation instructions](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm))
2828

29-
With both installed, we're ready to take of 🚀:
29+
With both installed, we're ready to take off 🚀:
3030

3131
### Installing the CLI
3232

@@ -64,13 +64,13 @@ Houston, Tranquility Base here, the Eagle has landed! You should, now, see a fla
6464

6565
This might all seem a bit overwhelming, at first, but don't worry: We've got you covered and try to provide all the documentation and help you need to get going.
6666

67-
To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/TelestionTeam/telestion-docs/releases/latest). We are also working on providing this documentation on our website.
67+
To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/wuespace/telestion-docs/releases/latest). We are also working on providing this documentation on our website.
6868

69-
For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://telestionteam.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on.
69+
For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://wuespace.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on.
7070

7171
Last, but not least, you should also consider taking a look at some of our already existing PSCs:
7272

73-
- [Project Rocketsound PSC](https://github.com/TelestionTeam/telestion-rocketsound-psc)
73+
- [Project Rocketsound PSC](https://github.com/wuespace/telestion-rocketsound-psc)
7474

7575
## This Repository
7676

@@ -128,7 +128,7 @@ For the documentation on contributing to this repository, please take a look at
128128

129129
Thank you to all contributors of this repository:
130130

131-
[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors)
131+
[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors)
132132

133133
Made with [contributors-img](https://contrib.rocks).
134134

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"version": "0.3.0",
66
"private": true,
7-
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
7+
"homepage": "https://telestion.wuespace.de/",
88
"engines": {
99
"node": ">=14",
1010
"npm": ">=7"
@@ -36,10 +36,10 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/TelestionTeam/telestion-client.git"
39+
"url": "git+https://github.com/wuespace/telestion-client.git"
4040
},
4141
"bugs": {
42-
"url": "https://github.com/TelestionTeam/telestion-client/issues"
42+
"url": "https://github.com/wuespace/telestion-client/issues"
4343
},
4444
"author": {
4545
"name": "wuespace",

0 commit comments

Comments
 (0)