feat: change all github repo to new username: ayo-run

This commit is contained in:
ayo 2026-05-08 14:47:10 +02:00
parent f004f2d0a6
commit 74fbf45fcf
4 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ The result is a reactive UI on property changes.
There are many ways to get in touch: There are many ways to get in touch:
1. Open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions) 1. Open a [GitHub issue](https://github.com/ayo-run/wcb/issues/new) or [discussion](https://github.com/ayo-run/wcb/discussions)
1. Submit a ticket via [SourceHut todo](https://todo.sr.ht/~ayoayco/wcb) 1. Submit a ticket via [SourceHut todo](https://todo.sr.ht/~ayoayco/wcb)
1. Email me: [hi@ayo.run](mailto:hi@ayo.run) 1. Email me: [hi@ayo.run](mailto:hi@ayo.run)

View file

@ -13,7 +13,7 @@ export default defineConfig({
social: { social: {
npm: 'https://www.npmjs.com/package/web-component-base', npm: 'https://www.npmjs.com/package/web-component-base',
sourcehut: 'https://sr.ht/~ayoayco/wcb/', sourcehut: 'https://sr.ht/~ayoayco/wcb/',
github: 'https://github.com/ayoayco/wcb/', github: 'https://github.com/ayo-run/wcb/',
}, },
sidebar: [ sidebar: [
{ {

View file

@ -28,7 +28,7 @@ If you have some complex needs, we recommend using the `WebComponent` base class
## Installation ## Installation
The library is distributed as complete ECMAScript Modules (ESM) and published on [NPM](https://ayco.io/n/web-component-base). Please open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions) for problems or requests regarding our distribution. You can also submit a ticket in [SourceHut](https://todo.sr.ht/~ayoayco/wcb). The library is distributed as complete ECMAScript Modules (ESM) and published on [NPM](https://ayco.io/n/web-component-base). Please open a [GitHub issue](https://github.com/ayo-run/wcb/issues/new) or [discussion](https://github.com/ayo-run/wcb/discussions) for problems or requests regarding our distribution. You can also submit a ticket in [SourceHut](https://todo.sr.ht/~ayoayco/wcb).
### Import via CDN ### Import via CDN

View file

@ -46,7 +46,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ayoayco/web-component-base.git" "url": "git+https://github.com/ayo-run/web-component-base.git"
}, },
"homepage": "https://WebComponent.io", "homepage": "https://WebComponent.io",
"keywords": [ "keywords": [
@ -58,7 +58,7 @@
"author": "Ayo Ayco", "author": "Ayo Ayco",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ayoayco/web-component-base/issues" "url": "https://github.com/ayo-run/web-component-base/issues"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.2",