@lostelk/nearest-color
Advanced tools
Comparing version 1.0.1-alpha to 1.0.2-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.1-alpha", | ||
"version": "1.0.2-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
"main": "dist/index-cjs.js", | ||
"module": "dist/index-esm.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.umd.js", | ||
"unpkg": "dist/index-umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"exports": { | ||
"require": "./dist/index-cjs.js", | ||
"import": "./dist/index-esm.js" | ||
"require": "./dist/index.cjs.js", | ||
"import": "./dist/index.esm.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "types": "dist/index.d.ts", |