postcss-loader
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,4 @@ | ||
## 0.3 | ||
* Use PostCSS 4.0. | ||
## 0.2 | ||
@@ -2,0 +5,0 @@ * Use PostCSS 3.0. |
{ | ||
"name": "postcss-loader", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "PostCSS loader for webpack", | ||
@@ -13,12 +13,12 @@ "keywords": ["webpack", "postcss", "loader", "css", "postproccessor"], | ||
"dependencies": { | ||
"loader-utils": "^0.2.4", | ||
"postcss": "^3.0.0" | ||
"loader-utils": "^0.2.5", | ||
"postcss": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"jshint-stylish": "1.0.0", | ||
"gulp-webpack": "1.0.0", | ||
"gulp-webpack": "1.1.2", | ||
"gulp-jshint": "1.9.0", | ||
"gulp-mocha": "1.1.1", | ||
"gulp-mocha": "2.0.0", | ||
"raw-loader": "0.5.1", | ||
"fs-extra": "0.12.0", | ||
"fs-extra": "0.13.0", | ||
"chai": "1.10.0", | ||
@@ -25,0 +25,0 @@ "gulp": "3.8.10" |
@@ -1,7 +0,11 @@ | ||
# PostCSS for Webpack [![Build Status](https://travis-ci.org/postcss/postcss-loader.png)](https://travis-ci.org/postcss/postcss-loader) | ||
# PostCSS for Webpack [![Build Status](https://travis-ci.org/postcss/postcss-loader.svg)](https://travis-ci.org/postcss/postcss-loader) | ||
<img align="right" width="95" height="95" src="http://postcss.github.io/postcss/logo.png" title="Philosopher’s stone, logo of PostCSS"> | ||
<img align="right" width="95" height="95" src="http://postcss.github.io/postcss/logo.svg" title="Philosopher’s stone, logo of PostCSS"> | ||
[PostCSS] loader for [webpack] to postprocesses your CSS with [PostCSS plugins]. | ||
<a href="https://evilmartians.com/?utm_source=postcss-loader"> | ||
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54"> | ||
</a> | ||
[PostCSS plugins]: https://github.com/postcss/postcss#built-with-postcss | ||
@@ -8,0 +12,0 @@ [PostCSS]: https://github.com/postcss/postcss |
Sorry, the diff of this file is not supported yet
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
4931
78
+ Addedes6-promise@2.3.0(transitive)
+ Addedpostcss@4.1.16(transitive)
+ Addedsource-map@0.4.4(transitive)
- Removedpostcss@3.0.7(transitive)
- Removedsource-map@0.1.43(transitive)
Updatedloader-utils@^0.2.5
Updatedpostcss@^4.0.0