2 Commits

Author SHA1 Message Date
c47fbdad8c chore(release): подготовить версию 1.1.5 2026-07-11 23:56:49 +03:00
Gromov Sergei
06fef6bd96 Merge pull request #13 from gromlab-ru/fix/update-repository-urls
fix: обновить URL репозитория после переименования
2026-07-11 23:52:39 +03:00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@gromlab/svg-sprites",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@gromlab/svg-sprites",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"dependencies": {
"colorette": "^2.0.20",

View File

@@ -1,6 +1,6 @@
{
"name": "@gromlab/svg-sprites",
"version": "1.1.4",
"version": "1.1.5",
"description": "Generate SVG sprites and typed icon components for React and Next.js",
"type": "module",
"main": "./dist/index.js",