color-2-name 1.3.3 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "color-2-name",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"author": "Erik <erik@codekraft.it>",
|
|
5
5
|
"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",
|
|
6
6
|
"homepage": "https://wp-blocks.github.io/color-2-name/",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"sideEffects": false,
|
|
10
|
-
"main": "lib/cjs/index.
|
|
10
|
+
"main": "lib/cjs/index.js",
|
|
11
11
|
"require": "lib/cjs/index.js",
|
|
12
12
|
"import": "lib/esm/index.js",
|
|
13
13
|
"types": "lib/@types/index.d.ts",
|