dark-mode-toggle
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "dark-mode-toggle", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Web Component that toggles dark mode 🌒", | ||
@@ -39,9 +39,10 @@ "main": "./dist/dark-mode-toggle.mjs", | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.2.0", | ||
"eslint-config-google": "^0.14.0", | ||
"http-server": "^13.0.2", | ||
"http-server": "^14.0.0", | ||
"postcss-html": "^1.2.0", | ||
"shx": "^0.3.3", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-standard": "^22.0.0", | ||
"terser": "^5.8.0" | ||
"stylelint": "^14.1.0", | ||
"stylelint-config-standard": "^24.0.0", | ||
"terser": "^5.10.0" | ||
}, | ||
@@ -89,4 +90,10 @@ "eslintConfig": { | ||
] | ||
} | ||
}, | ||
"overrides": [ | ||
{ | ||
"files": ["*.html", "**/*.html"], | ||
"customSyntax": "postcss-html" | ||
} | ||
] | ||
} | ||
} |
@@ -84,4 +84,3 @@ # `<dark-mode-toggle>` Element | ||
<img src="https://googlechromelabs.github.io/dark-mode-toggle/demo/cat.jpg" | ||
alt="Sitting cat in front of a tree" width="320" height="195" | ||
intrinsicsize="640x390"> | ||
alt="Sitting cat in front of a tree" width="320" height="195"> | ||
<p>Check out the dark mode toggle in the upper right corner!</p> | ||
@@ -88,0 +87,0 @@ </main> |
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
55808
8
310