postcss-syntax
Advanced tools
Comparing version 0.26.1 to 0.27.0
{ | ||
"name": "postcss-syntax", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
@@ -40,8 +40,8 @@ "repository": { | ||
"mocha": "^5.2.0", | ||
"nyc": "^11.8.0", | ||
"nyc": "^12.0.2", | ||
"postcss": "^6.0.22", | ||
"postcss-html": ">=0.26.0", | ||
"postcss-jsx": ">=0.26.0", | ||
"postcss-less": "^1.1.5", | ||
"postcss-markdown": ">=0.26.0", | ||
"postcss-html": ">=0.27.0", | ||
"postcss-jsx": ">=0.27.0", | ||
"postcss-less": "^2.0.0", | ||
"postcss-markdown": ">=0.27.0", | ||
"postcss-safe-parser": "^3.0.1", | ||
@@ -48,0 +48,0 @@ "postcss-scss": "^1.0.5", |
@@ -47,2 +47,3 @@ "use strict"; | ||
if (Document) { | ||
patch(); | ||
fn = patchDocument.bind(this, Document); | ||
@@ -49,0 +50,0 @@ file = "lazy-result"; |
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
17431
15
495