@nuxtjs/color-mode
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.2](https://github.com/nuxt-community/color-mode-module/compare/v0.0.1...v0.0.2) (2020-04-15) | ||
### Bug Fixes | ||
* use colorMode options ([507faef](https://github.com/nuxt-community/color-mode-module/commit/507faef219789b674838f0d1de7882e9725664da)) | ||
### 0.0.1 (2020-04-15) |
@@ -19,3 +19,3 @@ const { readFile } = require('fs').promises | ||
const options = defu({ | ||
...this.options.theme, | ||
...this.options.colorMode, | ||
...moduleOptions | ||
@@ -22,0 +22,0 @@ }, defaults) |
{ | ||
"name": "@nuxtjs/color-mode", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Dark and Light mode for NuxtJS with auto detection", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt-community/color-mode-module", |
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
13954