Comparing version 3.0.1 to 3.0.2
@@ -154,3 +154,3 @@ /* | ||
const fns = { | ||
const colorUtil = { | ||
rgb2hsl, | ||
@@ -222,3 +222,3 @@ rgb2hsv, | ||
if (typeof module === 'object') { | ||
module.exports = fns; | ||
module.exports = colorUtil; | ||
} |
{ | ||
"name": "colorutil", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "RGB, HSL, HSV, HWB color models convertor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9167
4
282