@lephenix47/color-converter
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@lephenix47/color-converter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This is a versatile color conversion library for JavaScript. It provides a convenient way to convert color values between different color models, including RGB, HEX, HSL, HWB, and HSV. With @lephenix47/color-converter, you can effortlessly convert colors, normalize them to a consistent format, and retrieve color values in various color models.", | ||
@@ -18,3 +18,5 @@ "main": "dist/lib/es6/index.js", | ||
"files": [ | ||
"lib/**/*" | ||
"lib/classes/color-conversion.classes.js", | ||
"lib/classes/color-conversion.classes.d.js", | ||
"lib/variables/**" | ||
], | ||
@@ -21,0 +23,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4749