@csstools/postcss-progressive-custom-properties
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changes to PostCSS Progressive Custom Properties | ||
### 2.0.0 (January 24, 2022) | ||
### 2.0.1 (January 28, 2023) | ||
- Improve `types` declaration in `package.json` | ||
### 2.0.0 (January 24, 2023) | ||
- Updated: Support for Node v14+ (major). | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "@csstools/postcss-progressive-custom-properties", | ||
"description": "Correctly declare progressive enhancements for CSS Custom Properties.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -19,2 +19,3 @@ "license": "CC0-1.0", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -21,0 +22,0 @@ "require": "./dist/index.cjs", |
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
44593