@lostelk/nearest-color
Advanced tools
Comparing version 1.0.20-alpha to 1.0.21-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.20-alpha", | ||
"version": "1.0.21-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/index.d.cts", | ||
"exports": { | ||
@@ -20,6 +20,7 @@ ".": { | ||
"./dist/*", | ||
"./dist/index.d.ts" | ||
"./dist/index.d.cts" | ||
] | ||
} | ||
}, | ||
"type": "module", | ||
"files": [ | ||
@@ -30,3 +31,3 @@ "dist" | ||
"test": "jest", | ||
"build": "rollup -c rollup.config.mjs" | ||
"build": "rollup -c rollup.config.js" | ||
}, | ||
@@ -33,0 +34,0 @@ "author": { |
67147
Yes