rollup-plugin-postcss
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -0,1 +1,9 @@ | ||
## [Version 0.5.2](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v0.5.2) (2017-5-25) | ||
### Bug fixes | ||
- fix js reserved keyword as classname: [`03d3b86`](https://github.com/egoist/rollup-plugin-postcss/commit/03d3b86) ([#25](https://github.com/egoist/rollup-plugin-postcss/issues/25)) | ||
[...full changes](https://github.com/egoist/rollup-plugin-postcss/compare/v0.5.1...v0.5.2) | ||
## [Version 0.5.1](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v0.5.1) (2017-5-23) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "rollup-plugin-postcss", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Seamless integration between Rollup and PostCSS", | ||
@@ -50,5 +50,7 @@ "main": "dist/index.common.js", | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"concat-with-sourcemaps": "^1.0.4", | ||
"fs-extra": "^3.0.1", | ||
"postcss": "^6.0.1", | ||
"reserved-words": "^0.1.1", | ||
"rollup-pluginutils": "^2.0.1", | ||
@@ -55,0 +57,0 @@ "style-inject": "^0.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
14051
7
+ Addedchalk@^1.1.3
+ Addedreserved-words@^0.1.1
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedreserved-words@0.1.2(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)