Skip to content

Commit

Permalink
Merge pull request #8 from wp-blocks/1.4.0
Browse files Browse the repository at this point in the history
package json update
erikyo authored Apr 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 653f347 + 427c310 commit aa75055
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "color-2-name",
"version": "1.3.3",
"version": "1.4.0",
"author": "Erik <erik@codekraft.it>",
"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://wp-blocks.github.io/color-2-name/",
"license": "ISC",
"type": "module",
"sideEffects": false,
"main": "lib/cjs/index.cjs",
"main": "lib/cjs/index.js",
"require": "lib/cjs/index.js",
"import": "lib/esm/index.js",
"types": "lib/@types/index.d.ts",

0 comments on commit aa75055

Please sign in to comment.