postcss-safe-parser
Advanced tools
Comparing version 5.0.1 to 5.0.2
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 5.0.2 | ||
* Added funding links. | ||
## 5.0.1 | ||
@@ -5,0 +8,0 @@ * Fixed parsing missed semicolon. |
{ | ||
"name": "postcss-safe-parser", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Fault-tolerant CSS parser for PostCSS", | ||
@@ -19,5 +19,9 @@ "keywords": [ | ||
"main": "lib/safe-parse", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/postcss/" | ||
}, | ||
"dependencies": { | ||
"postcss": "^8.0.4" | ||
"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
6342
Updatedpostcss@^8.1.0