postcss-syntax
Advanced tools
Comparing version 0.10.0 to 0.24.0
{ | ||
"name": "postcss-syntax", | ||
"version": "0.10.0", | ||
"version": "0.24.0", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"scripts": { | ||
"test": "nyc mocha --no-timeouts" | ||
"test": "nyc mocha --require ./test/fixtures/link --no-timeouts" | ||
}, | ||
@@ -40,9 +40,9 @@ "peerDependencies": { | ||
"codecov": "^3.0.2", | ||
"mocha": "^5.1.1", | ||
"mocha": "^5.2.0", | ||
"nyc": "^11.8.0", | ||
"postcss": "^6.0.22", | ||
"postcss-html": "^0.23.7", | ||
"postcss-jsx": "^0.10.0", | ||
"postcss-html": ">=0.24.0", | ||
"postcss-jsx": ">=0.24.0", | ||
"postcss-less": "^1.1.5", | ||
"postcss-markdown": "^0.23.7", | ||
"postcss-markdown": ">=0.24.0", | ||
"postcss-safe-parser": "^3.0.1", | ||
@@ -49,0 +49,0 @@ "postcss-scss": "^1.0.5", |
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
16686