Skip to content

Commit

Permalink
feat: github domain adjust;
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jun 11, 2024
1 parent 1a49ee4 commit aaae4e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: [rr210]
github: [ryanuo]
opencollective: ryan55
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ onMounted(async () => {

## License

[MIT](./LICENSE) License © 2023-PRESENT [RyanCo](https://github.com/rr210)
[MIT](./LICENSE) License © 2023-PRESENT [RyanCo](https://github.com/ryanuo)

<!-- Badges -->

Expand All @@ -132,7 +132,7 @@ onMounted(async () => {
[npm-downloads-href]: https://npmjs.com/package/markdown-it-diagram
[bundle-src]: https://img.shields.io/bundlephobia/minzip/markdown-it-diagram?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=markdown-it-diagram
[license-src]: https://img.shields.io/github/license/rr210/markdown-it-diagram.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/rr210/markdown-it-diagram/blob/main/LICENSE
[license-src]: https://img.shields.io/github/license/ryanuo/markdown-it-diagram.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/ryanuo/markdown-it-diagram/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/markdown-it-diagram
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"description": "Supports markdown diagramming.",
"author": "RyanCo <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/rr210",
"homepage": "https://github.com/rr210/markdown-it-diagram#readme",
"funding": "https://github.com/sponsors/ryanuo",
"homepage": "https://github.com/ryanuo/markdown-it-diagram#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rr210/markdown-it-diagram.git"
"url": "git+https://github.com/ryanuo/markdown-it-diagram.git"
},
"bugs": "https://github.com/rr210/markdown-it-diagram/issues",
"bugs": "https://github.com/ryanuo/markdown-it-diagram/issues",
"keywords": [
"markdown-it",
"markdown",
Expand Down

0 comments on commit aaae4e4

Please sign in to comment.