@fylgja/colors
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.0.6] - 2022-08-16 | ||
### Fixed | ||
- missing import option for JS hsl syntax | ||
## [1.0.5] - 2022-08-13 | ||
@@ -11,0 +15,0 @@ ### Added |
{ | ||
"name": "@fylgja/colors", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Add a collection of prebuild colors to any project with ease, using Fylgja Colors", | ||
@@ -18,2 +18,7 @@ "homepage": "https://fylgja.dev/", | ||
"default": "./index.cjs" | ||
}, | ||
"./hsl": { | ||
"import": "./hsl.js", | ||
"require": "./hsl.cjs", | ||
"default": "./hsl.cjs" | ||
} | ||
@@ -20,0 +25,0 @@ }, |
79151