postcss-will-change
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 4.0.1 | ||
* Added funding links. | ||
## 4.0 | ||
@@ -5,0 +8,0 @@ * Moved to PostCSS 8. |
{ | ||
"name": "postcss-will-change", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "PostCSS plugin to insert 3D hack before will-change property", | ||
@@ -18,5 +18,9 @@ "keywords": [ | ||
}, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/postcss/" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.0.3" | ||
"postcss": "^8.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
4326