From d54515459c65a0c5e11eed519bf02613bf155676 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 19 Mar 2023 17:58:00 +0200 Subject: [PATCH] Fix package.json properties after the repo move --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 30b8dd2..32b1c9c 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "name": "gulp-svg-sprite", "description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", "version": "2.0.2", - "homepage": "https://github.com/jkphl/gulp-svg-sprite", + "homepage": "https://github.com/svg-sprite/gulp-svg-sprite", "author": "Joschi Kuphal (https://jkphl.is)", "repository": { "type": "git", - "url": "https://github.com/jkphl/gulp-svg-sprite.git" + "url": "https://github.com/svg-sprite/gulp-svg-sprite.git" }, "bugs": { - "url": "https://github.com/jkphl/gulp-svg-sprite/issues" + "url": "https://github.com/svg-sprite/gulp-svg-sprite/issues" }, "license": "MIT", "engines": {