From 263a0252d706921ade6bd36cd0ea79dda59b79aa Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Fri, 29 Dec 2023 02:13:16 +0100 Subject: [PATCH] update package json links (to wp-blocks) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3f52f5..b06078e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ } }, "description": "Finds the closest color name to a given hex, rgb and hsl color (with and without alpha). It uses the Euclidean distance formula to calculate the distance between colors in the RGB color space", - "homepage": "https://erikyo.github.io/color-2-name/", + "homepage": "https://wp-blocks.github.io/color-2-name/", "scripts": { "gen-colorSet": "node ./lib/colorSetUtils.mjs colorSet", "build": "rimraf lib && concurrently npm:module-*", @@ -37,13 +37,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/erikyo/color-2-name.git" + "url": "https://github.com/wp-blocks/color-2-name.git" }, "publishConfig": { "registry": "https://npm.pkg.github.com" }, "bugs": { - "url": "https://github.com/erikyo/color-2-name/issues" + "url": "https://github.com/wp-blocks/color-2-name/issues" }, "engines": { "npm": ">=6.0.0",