diff --git a/package-lock.json b/package-lock.json index 2beb925..d22080b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "color-2-name", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "color-2-name", - "version": "1.3.2", + "version": "1.4.0", "license": "ISC", "devDependencies": { "@biomejs/biome": "1.7.0", diff --git a/package.json b/package.json index df39463..eb59625 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "color-2-name", - "version": "1.3.3", + "version": "1.4.0", "author": "Erik ", "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",