chore: перенести ссылки проекта на GitHub

- обновлены repository, homepage и bugs в package.json
- ссылки README, SpriteViewer и preview переведены на GitHub
- URL репозитория обновлён в generated-комментариях
This commit is contained in:
2026-07-11 09:27:18 +03:00
parent a2d747df15
commit 5abece718b
10 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
A CLI for generating SVG sprites and typed icon components for React and Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Navigation

View File

@@ -6,7 +6,7 @@
CLI для генерации SVG-спрайтов и типизированных компонентов иконок для React и Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Навигация

View File

@@ -65,11 +65,11 @@
},
"repository": {
"type": "git",
"url": "https://gromlab.ru/gromov/svg-sprites"
"url": "https://github.com/gromov-sergei/svg-sprites"
},
"homepage": "https://gromlab.ru/gromov/svg-sprites",
"homepage": "https://github.com/gromov-sergei/svg-sprites",
"bugs": {
"url": "https://gromlab.ru/gromov/svg-sprites/issues"
"url": "https://github.com/gromov-sergei/svg-sprites/issues"
},
"engines": {
"node": ">=18"

View File

@@ -96,7 +96,7 @@ export const App = () => {
<span className={styles.footerText}>@gromlab/svg-sprites</span>
<a
className={styles.footerLink}
href="https://gromlab.ru/gromov/svg-sprites"
href="https://github.com/gromov-sergei/svg-sprites"
target="_blank"
rel="noreferrer"
>

View File

@@ -6,7 +6,7 @@
A CLI for generating SVG sprites and typed icon components for React and Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Navigation

View File

@@ -6,7 +6,7 @@
CLI для генерации SVG-спрайтов и типизированных компонентов иконок для React и Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Навигация

View File

@@ -6,7 +6,7 @@
A CLI for generating SVG sprites and typed icon components for React and Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Navigation

View File

@@ -6,7 +6,7 @@
CLI для генерации SVG-спрайтов и типизированных компонентов иконок для React и Next.js.
![Preview](https://gromlab.ru/gromov/svg-sprites/media/branch/master/preview-image.png)
![Preview](https://raw.githubusercontent.com/gromov-sergei/svg-sprites/master/preview-image.png)
## Навигация

View File

@@ -16,7 +16,7 @@ const GENERATED_NOTICE = [
'## Для изменений перегенерируйте SVG-спрайт. ##',
'## ##',
'## Генератор: @gromlab/svg-sprites ##',
'## Репозиторий: https://gromlab.ru/gromov/svg-sprites ##',
'## Репозиторий: https://github.com/gromov-sergei/svg-sprites ##',
'----------------------------------------------------------------------',
]

View File

@@ -284,7 +284,7 @@ export function SpriteViewer({
<footer className="gromlab-sprite-viewer__footer">
<span>@gromlab/svg-sprites</span>
<a href="https://gromlab.ru/gromov/svg-sprites" target="_blank" rel="noreferrer">Repository</a>
<a href="https://github.com/gromov-sergei/svg-sprites" target="_blank" rel="noreferrer">Repository</a>
</footer>
{selected && (