Skip to content

Commit

Permalink
update package json links (to wp-blocks)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Dec 29, 2023
1 parent 7b7cf84 commit 263a025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-*",
Expand All @@ -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",
Expand Down

0 comments on commit 263a025

Please sign in to comment.