postcss-loader
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,4 @@ | ||
## 1.3.2 | ||
* Fix deprecated warning (by Xiaoyu Zhai). | ||
## 1.3.1 | ||
@@ -2,0 +5,0 @@ * Fix conflict with CLI `--config` argument (by EGOIST). |
@@ -46,3 +46,3 @@ var loaderUtils = require('loader-utils'); | ||
var file = loader.resourcePath; | ||
var params = loaderUtils.parseQuery(loader.query); | ||
var params = loaderUtils.getOptions(loader) || {}; | ||
@@ -49,0 +49,0 @@ var options = params.plugins || loader.options.postcss; |
{ | ||
"name": "postcss-loader", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "PostCSS loader for webpack", | ||
@@ -19,9 +19,9 @@ "engines": { | ||
"dependencies": { | ||
"loader-utils": "^0.2.16", | ||
"loader-utils": "^1.0.2", | ||
"object-assign": "^4.1.1", | ||
"postcss": "^5.2.14", | ||
"postcss": "^5.2.15", | ||
"postcss-load-config": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.15.0", | ||
"eslint": "^3.16.1", | ||
"eslint-config-postcss": "^2.0.2", | ||
@@ -32,6 +32,6 @@ "fs-extra": "^2.0.0", | ||
"gulp-jest": "^1.0.0", | ||
"jest-cli": "^18.1.0", | ||
"jest-cli": "^19.0.2", | ||
"json-loader": "^0.5.4", | ||
"lint-staged": "^3.3.0", | ||
"postcss-js": "^0.2.0", | ||
"lint-staged": "^3.3.1", | ||
"postcss-js": "^0.3.0", | ||
"postcss-safe-parser": "^2.0.0", | ||
@@ -38,0 +38,0 @@ "pre-commit": "^1.2.2", |
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
16671
+ Addedbig.js@5.2.2(transitive)
+ Addedemojis-list@3.0.0(transitive)
+ Addedjson5@1.0.2(transitive)
+ Addedloader-utils@1.4.2(transitive)
- Removedbig.js@3.2.0(transitive)
- Removedemojis-list@2.1.0(transitive)
- Removedjson5@0.5.1(transitive)
- Removedloader-utils@0.2.17(transitive)
Updatedloader-utils@^1.0.2
Updatedpostcss@^5.2.15