-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated type definitions exports
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "color-2-name", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"author": "Erik <[email protected]>", | ||
"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/", | ||
|
@@ -9,7 +9,7 @@ | |
"main": "./lib/index.cjs", | ||
"module": "./lib/index.js", | ||
"type": "module", | ||
"types": "lib/@types/index.d.ts", | ||
"types": "lib/index.d.ts", | ||
"browser": "lib/browser/color-2-name.min.js", | ||
"unpkg": "lib/browser/color-2-name.min.js", | ||
"jsdelivr": "lib/browser/color-2-name.js", | ||
|