Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Apr 18, 2024
1 parent aa0f8d2 commit 427c310
Show file tree
Hide file tree
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",
Expand Down

0 comments on commit 427c310

Please sign in to comment.