fix: убрать префикс git+ из URL репозитория

This commit is contained in:
2026-04-22 19:22:00 +03:00
parent 514b71c7cd
commit 41f514d7fb
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gromlab/svg-sprites", "name": "@gromlab/svg-sprites",
"version": "0.1.2", "version": "0.1.3",
"description": "Generate SVG sprites (stack/symbol) and TypeScript icon name types from folders of SVG files", "description": "Generate SVG sprites (stack/symbol) and TypeScript icon name types from folders of SVG files",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -44,7 +44,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gromlab.ru/gromov/svg-sprites.git" "url": "https://gromlab.ru/gromov/svg-sprites.git"
}, },
"homepage": "https://gromlab.ru/gromov/svg-sprites", "homepage": "https://gromlab.ru/gromov/svg-sprites",
"bugs": { "bugs": {