Skip to content

Commit

Permalink
Update repository after mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenato committed Dec 23, 2023
1 parent 608ddd7 commit 3d6e6e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
scope: '@g-loot'


- name: Get the version
id: get_version
Expand All @@ -57,7 +57,7 @@ jobs:
with:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@g-loot'

- name: publish-git
run: npm publish
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
scope: '@g-loot'

- run: npm ci
env:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@g-loot/react-tournament-brackets",
"name": "react-tournament-brackets",
"version": "1.0.0",
"description": "A react component to visualize bracket leaderboards",
"main": "dist/bundle.js",
Expand Down Expand Up @@ -74,10 +74,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/g-loot/react-tournament-brackets.git"
"url": "git+https://github.com/Shenato/react-tournament-brackets.git"
},
"bugs": {
"url": "https://github.com/g-loot/react-tournament-brackets/issues"
"url": "https://github.com/Shenato/react-tournament-brackets/issues"
},
"homepage": "https://github.com/g-loot/react-tournament-brackets#readme"
"homepage": "https://github.com/Shenato/react-tournament-brackets#readme"
}
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- PROJECT LOGO -->
<br />
<p align="center">
<!-- <a href="https://github.com/g-loot/react-tournament-brackets">
<!-- <a href="https://github.com/Shenato/react-tournament-brackets">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a> -->

Expand All @@ -30,9 +30,9 @@
<br />
<a href="https://sleepy-kare-d8538d.netlify.app/?path=/story/components-bracket--bracket">View Live Demo</a>
·
<a href="https://github.com/g-loot/react-tournament-brackets/issues">Report Bug</a>
<a href="https://github.com/Shenato/react-tournament-brackets/issues">Report Bug</a>
·
<a href="https://github.com/g-loot/react-tournament-brackets/issues">Request Feature</a>
<a href="https://github.com/Shenato/react-tournament-brackets/issues">Request Feature</a>
</p>
</p>

Expand Down Expand Up @@ -246,7 +246,7 @@ _For more examples, please refer to the [Storybook][demo-url]_
]
}
```
- Double Eliminations `matches` prop structure with double finals, Keep the same structure and add a nextMatchId + nextLooserMatchId pointing to a new match in the same bracket (the finals can be in upper or in lower bracket) _For more examples of valid double finals data, check out the [mock data folder](https://github.com/g-loot/react-tournament-brackets/tree/master/src/mock-data) specifically [data-double-last-game-lower.ts](https://github.com/g-loot/react-tournament-brackets/tree/master/src/mock-data/data-double-last-game-lower.ts) and [data-double-last-game-upper-double-playoffs.ts](https://github.com/g-loot/react-tournament-brackets/tree/master/src/mock-data/data-double-last-game-upper-double-playoffs.ts) _
- Double Eliminations `matches` prop structure with double finals, Keep the same structure and add a nextMatchId + nextLooserMatchId pointing to a new match in the same bracket (the finals can be in upper or in lower bracket) _For more examples of valid double finals data, check out the [mock data folder](https://github.com/Shenato/react-tournament-brackets/tree/master/src/mock-data) specifically [data-double-last-game-lower.ts](https://github.com/Shenato/react-tournament-brackets/tree/master/src/mock-data/data-double-last-game-lower.ts) and [data-double-last-game-upper-double-playoffs.ts](https://github.com/Shenato/react-tournament-brackets/tree/master/src/mock-data/data-double-last-game-upper-double-playoffs.ts) _
```json
{
[upper|lower]: [
Expand Down Expand Up @@ -300,7 +300,7 @@ console.log(MATCH_STATES);

```

_For more examples of accepted data, check out the [mock data folder](https://github.com/g-loot/react-tournament-brackets/tree/master/src/mock-data)_
_For more examples of accepted data, check out the [mock data folder](https://github.com/Shenato/react-tournament-brackets/tree/master/src/mock-data)_


## Theming and Styling
Expand Down Expand Up @@ -483,13 +483,13 @@ Contributions are what make the open source community such an amazing place to b
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/g-loot/react-tournament-brackets.svg?style=for-the-badge
[contributors-url]: https://github.com/g-loot/react-tournament-brackets/graphs/contributors
[contributors-url]: https://github.com/Shenato/react-tournament-brackets/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/g-loot/react-tournament-brackets.svg?style=for-the-badge
[forks-url]: https://github.com/g-loot/react-tournament-brackets/network/members
[forks-url]: https://github.com/Shenato/react-tournament-brackets/network/members
[stars-shield]: https://img.shields.io/github/stars/g-loot/react-tournament-brackets.svg?style=for-the-badge
[stars-url]: https://github.com/g-loot/react-tournament-brackets/stargazers
[stars-url]: https://github.com/Shenato/react-tournament-brackets/stargazers
[issues-shield]: https://img.shields.io/github/issues/g-loot/react-tournament-brackets.svg?style=for-the-badge
[issues-url]: https://github.com/g-loot/react-tournament-brackets/issues
[issues-url]: https://github.com/Shenato/react-tournament-brackets/issues
[single-bracket-screenshot]: images/screenshot_single.png
[double-bracket-screenshot]: images/screenshot_double.png
[single-demo-url]: https://sleepy-kare-d8538d.netlify.app/?path=/story/components-bracket--bracket
Expand Down

0 comments on commit 3d6e6e4

Please sign in to comment.