postcss-syntax
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "postcss-syntax", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Automatically switch PostCSS syntax by file extensions", | ||
@@ -40,5 +40,5 @@ "repository": { | ||
"optionalDependencies": { | ||
"postcss-html": "^0.23.2", | ||
"postcss-jsx": "^0.5.0", | ||
"postcss-markdown": "^0.23.0", | ||
"postcss-html": "^0.23.4", | ||
"postcss-jsx": "^0.7.0", | ||
"postcss-markdown": "^0.23.4", | ||
"postcss-less": "^1.1.5", | ||
@@ -55,6 +55,6 @@ "postcss-safe-parser": "^3.0.1", | ||
"nyc": "^11.7.1", | ||
"postcss-html": "^0.23.3", | ||
"postcss-jsx": "^0.6.0", | ||
"postcss-markdown": "^0.23.3" | ||
"postcss-html": "^0.23.4", | ||
"postcss-jsx": "^0.7.0", | ||
"postcss-markdown": "^0.23.4" | ||
} | ||
} |
@@ -6,3 +6,3 @@ PostCSS Syntax | ||
[![Travis](https://img.shields.io/travis/gucong3000/postcss-syntax.svg)](https://travis-ci.org/gucong3000/postcss-syntax) | ||
[![Integration](https://img.shields.io/travis/gucong3000/postcss-syntaxes.svg)](https://travis-ci.org/gucong3000/postcss-syntaxes) | ||
[![Travis](https://img.shields.io/travis/gucong3000/postcss-syntaxes.svg?label=integration)](https://travis-ci.org/gucong3000/postcss-syntaxes) | ||
[![Codecov](https://img.shields.io/codecov/c/github/gucong3000/postcss-syntax.svg)](https://codecov.io/gh/gucong3000/postcss-syntax) | ||
@@ -34,5 +34,5 @@ [![David](https://img.shields.io/david/dev/gucong3000/postcss-syntax.svg)](https://david-dm.org/gucong3000/postcss-syntax?type=dev) | ||
- CSS-in-JS: [postcss-jsx](packages/postcss-jsx#readme) | ||
- HTML (and HTML-like): [postcss-html](packages/postcss-html#readme) | ||
- Markdown: [postcss-markdown](packages/postcss-markdown#readme) | ||
- CSS-in-JS: [postcss-jsx](https://github.com/gucong3000/postcss-jsx) | ||
- HTML (and HTML-like): [postcss-html](https://github.com/gucong3000/postcss-html) | ||
- Markdown: [postcss-markdown](https://github.com/gucong3000/postcss-markdown) | ||
@@ -39,0 +39,0 @@ ## Use Cases |
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
16183