@nuxtjs/color-mode
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.1](https://github.com/nuxt-community/color-mode-module/compare/v2.0.0...v2.0.1) (2020-12-02) | ||
### Bug Fixes | ||
* **type-defs:** add types reference to package ([#52](https://github.com/nuxt-community/color-mode-module/issues/52)) ([82592f4](https://github.com/nuxt-community/color-mode-module/commit/82592f4451f696bb8cf2c5d2282fc7b60ac7cbb5)) | ||
## [2.0.0](https://github.com/nuxt-community/color-mode-module/compare/v1.1.1...v2.0.0) (2020-10-13) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@nuxtjs/color-mode", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Dark and Light mode for NuxtJS with auto detection", | ||
@@ -17,2 +17,3 @@ "repository": "nuxt-community/color-mode-module", | ||
"main": "lib/module.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -31,17 +32,17 @@ "dev": "nuxt example", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/core": "^7.12.9", | ||
"@babel/preset-env": "^7.12.7", | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@nuxt/types": "^2.14.6", | ||
"@nuxtjs/eslint-config": "^3.1.0", | ||
"@nuxt/types": "^2.14.9", | ||
"@nuxtjs/eslint-config": "^5.0.0", | ||
"@nuxtjs/module-test-utils": "^1.6.3", | ||
"@nuxtjs/svg": "^0.1.12", | ||
"babel-eslint": "latest", | ||
"babel-jest": "^26.5.2", | ||
"eslint": "^7.10.0", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.14.0", | ||
"husky": "latest", | ||
"jest": "^26.5.2", | ||
"nuxt": "^2.14.6", | ||
"rollup": "^2.29.0", | ||
"jest": "^26.6.3", | ||
"nuxt": "^2.14.8", | ||
"rollup": "^2.34.0", | ||
"rollup-plugin-babel": "latest", | ||
@@ -48,0 +49,0 @@ "rollup-plugin-terser": "^6.1.0", |
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
19059